Skip to content

Commit eb23189

Browse files
committed
Release 1.5.0
1 parent 42a67dc commit eb23189

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,18 @@ 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.5.0](https://github.com/Codex-/return-dispatch/compare/v1.4.0...v1.5.0)
8+
9+
- chore: bump dependencies. [`8561b6c`](https://github.com/Codex-/return-dispatch/commit/8561b6c2b86fd8e7e036c04c047a931ed54f2af6)
10+
- test: improve test mocking. [`42a67dc`](https://github.com/Codex-/return-dispatch/commit/42a67dced5dda64cc47dacaae7fbf9f7211d6946)
11+
- build: update to use esm for tsc. [`297f9c8`](https://github.com/Codex-/return-dispatch/commit/297f9c87f343b45b3358295b594fe7aa27cfb3eb)
12+
713
#### [v1.4.0](https://github.com/Codex-/return-dispatch/compare/v1.3.0...v1.4.0)
814

15+
> 2 May 2022
16+
917
- feat: Log the remote run URL when found. [`53f62f2`](https://github.com/Codex-/return-dispatch/commit/53f62f2828bfd38934bac35e3fb26c2ff32a9398)
18+
- Release 1.4.0 [`56b60bd`](https://github.com/Codex-/return-dispatch/commit/56b60bde5343b433889517fb7e36da397209a5cc)
1019

1120
#### [v1.3.0](https://github.com/Codex-/return-dispatch/compare/v1.2.7...v1.3.0)
1221

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.4.0",
3+
"version": "1.5.0",
44
"private": true,
55
"description": "Dispatch an action and output the run ID.",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)