Skip to content

Commit 56b60bd

Browse files
committed
Release 1.4.0
1 parent 53f62f2 commit 56b60bd

File tree

3 files changed

+25
-7
lines changed

3 files changed

+25
-7
lines changed

CHANGELOG.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v1.4.0](https://github.com/Codex-/return-dispatch/compare/v1.3.0...v1.4.0)
8+
9+
- feat: Log the remote run URL when found. [`53f62f2`](https://github.com/Codex-/return-dispatch/commit/53f62f2828bfd38934bac35e3fb26c2ff32a9398)
10+
711
#### [v1.3.0](https://github.com/Codex-/return-dispatch/compare/v1.2.7...v1.3.0)
812

13+
> 2 May 2022
14+
915
- Bump @types/node from 17.0.23 to 17.0.30 [`#82`](https://github.com/Codex-/return-dispatch/pull/82)
1016
- Bump typescript from 4.6.3 to 4.6.4 [`#81`](https://github.com/Codex-/return-dispatch/pull/81)
1117
- Bump @actions/core from 1.6.0 to 1.7.0 [`#79`](https://github.com/Codex-/return-dispatch/pull/79)
@@ -87,13 +93,25 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
8793
8894
- Change strategy to use step names. [`1bbc368`](https://github.com/Codex-/return-dispatch/commit/1bbc3685bab7fe2f643af3bb2839fb7254625fe8)
8995

90-
#### [v1.0.1](https://github.com/Codex-/return-dispatch/compare/v1.0.0...v1.0.1)
96+
#### [v1.0.1](https://github.com/Codex-/return-dispatch/compare/v1...v1.0.1)
9197

9298
> 3 August 2021
9399
94-
- Improve documentation. [`21c484f`](https://github.com/Codex-/return-dispatch/commit/21c484f6bbb2c7b2f94f41e63f09a1805395f045)
95-
- Add marketplace badge to readme. [`2baa93d`](https://github.com/Codex-/return-dispatch/commit/2baa93d7864eb5846584de20aa7b51ae81d667d6)
96-
- Add warning advising the check token permissions if action fails. [`41635c4`](https://github.com/Codex-/return-dispatch/commit/41635c43a6840487594814c9f064f502840cb4bf)
100+
#### [v1](https://github.com/Codex-/return-dispatch/compare/v1.0.0...v1)
101+
102+
> 2 May 2022
103+
104+
- Bump @types/node from 17.0.23 to 17.0.30 [`#82`](https://github.com/Codex-/return-dispatch/pull/82)
105+
- Bump typescript from 4.6.3 to 4.6.4 [`#81`](https://github.com/Codex-/return-dispatch/pull/81)
106+
- Bump @actions/core from 1.6.0 to 1.7.0 [`#79`](https://github.com/Codex-/return-dispatch/pull/79)
107+
- Bump eslint-plugin-jest from 26.1.4 to 26.1.5 [`#78`](https://github.com/Codex-/return-dispatch/pull/78)
108+
- Bump @typescript-eslint/parser from 5.19.0 to 5.21.0 [`#77`](https://github.com/Codex-/return-dispatch/pull/77)
109+
- Bump eslint from 8.13.0 to 8.14.0 [`#76`](https://github.com/Codex-/return-dispatch/pull/76)
110+
- Bump release-it from 14.14.2 to 15.0.0 [`#75`](https://github.com/Codex-/return-dispatch/pull/75)
111+
- Bump codecov/codecov-action from 2 to 3 [`#74`](https://github.com/Codex-/return-dispatch/pull/74)
112+
- Bump dependencies. [`5aaf656`](https://github.com/Codex-/return-dispatch/commit/5aaf6566fe7177d233c2656dfc621f37ff45cdc1)
113+
- Bump dependencies. [`439ef88`](https://github.com/Codex-/return-dispatch/commit/439ef887a28f3d80108374af173fffddfdb0adac)
114+
- Add release-it. [`04e9f48`](https://github.com/Codex-/return-dispatch/commit/04e9f485a25fd589db0c9295e9434ed6ad0f5c9b)
97115

98116
#### v1.0.0
99117

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "return-dispatch",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"private": true,
55
"description": "Dispatch an action and output the run ID.",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)