Skip to content

Commit 23055f4

Browse files
committed
Release 1.5.1
1 parent b138c25 commit 23055f4

File tree

3 files changed

+32
-4
lines changed

3 files changed

+32
-4
lines changed

CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,39 @@ 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.1](https://github.com/Codex-/return-dispatch/compare/v1.5.0...v1.5.1)
8+
9+
- build(deps-dev): bump jest and @types/jest [`#103`](https://github.com/Codex-/return-dispatch/pull/103)
10+
- build(deps): bump parse-url from 6.0.0 to 6.0.2 [`#104`](https://github.com/Codex-/return-dispatch/pull/104)
11+
- build(deps-dev): bump esbuild from 0.14.47 to 0.14.48 [`#102`](https://github.com/Codex-/return-dispatch/pull/102)
12+
- build(deps-dev): bump jest-circus from 28.1.1 to 28.1.2 [`#101`](https://github.com/Codex-/return-dispatch/pull/101)
13+
- Bump eslint-plugin-jest from 26.4.6 to 26.5.3 [`#100`](https://github.com/Codex-/return-dispatch/pull/100)
14+
- Bump ts-jest from 28.0.3 to 28.0.5 [`#99`](https://github.com/Codex-/return-dispatch/pull/99)
15+
- Bump @actions/core from 1.8.2 to 1.9.0 [`#98`](https://github.com/Codex-/return-dispatch/pull/98)
16+
- Bump esbuild from 0.14.42 to 0.14.47 [`#97`](https://github.com/Codex-/return-dispatch/pull/97)
17+
- Bump @types/node from 17.0.38 to 18.0.0 [`#94`](https://github.com/Codex-/return-dispatch/pull/94)
18+
- Bump eslint from 8.16.0 to 8.18.0 [`#96`](https://github.com/Codex-/return-dispatch/pull/96)
19+
- Bump @typescript-eslint/parser from 5.27.1 to 5.30.0 [`#95`](https://github.com/Codex-/return-dispatch/pull/95)
20+
- Bump typescript from 4.7.2 to 4.7.4 [`#91`](https://github.com/Codex-/return-dispatch/pull/91)
21+
- Bump prettier from 2.6.2 to 2.7.1 [`#92`](https://github.com/Codex-/return-dispatch/pull/92)
22+
- Bump jest and @types/jest [`#93`](https://github.com/Codex-/return-dispatch/pull/93)
23+
- Bump ts-node from 10.8.0 to 10.8.1 [`#90`](https://github.com/Codex-/return-dispatch/pull/90)
24+
- Bump release-it from 15.0.0 to 15.1.1 [`#89`](https://github.com/Codex-/return-dispatch/pull/89)
25+
- Bump @typescript-eslint/parser from 5.27.0 to 5.27.1 [`#88`](https://github.com/Codex-/return-dispatch/pull/88)
26+
- Bump esbuild from 0.14.41 to 0.14.42 [`#86`](https://github.com/Codex-/return-dispatch/pull/86)
27+
- Bump eslint-plugin-jest from 26.2.2 to 26.4.6 [`#85`](https://github.com/Codex-/return-dispatch/pull/85)
28+
- Bump @typescript-eslint/parser from 5.26.0 to 5.27.0 [`#84`](https://github.com/Codex-/return-dispatch/pull/84)
29+
- Bump @types/node from 17.0.35 to 17.0.38 [`#83`](https://github.com/Codex-/return-dispatch/pull/83)
30+
- chore: bump dependencies. [`b138c25`](https://github.com/Codex-/return-dispatch/commit/b138c25ea0ec6d2605e3dac38d21f7d63db410a6)
31+
- docs: Change ID to match await-remote-run. [`08e054f`](https://github.com/Codex-/return-dispatch/commit/08e054f63df50c8db82b3fcae65b4f995e73c90e)
32+
733
#### [v1.5.0](https://github.com/Codex-/return-dispatch/compare/v1.4.0...v1.5.0)
834

35+
> 28 May 2022
36+
937
- chore: bump dependencies. [`8561b6c`](https://github.com/Codex-/return-dispatch/commit/8561b6c2b86fd8e7e036c04c047a931ed54f2af6)
1038
- 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)
39+
- Release 1.5.0 [`eb23189`](https://github.com/Codex-/return-dispatch/commit/eb231899370e6b9e8831b9df136e4bb61bdf182b)
1240

1341
#### [v1.4.0](https://github.com/Codex-/return-dispatch/compare/v1.3.0...v1.4.0)
1442

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

0 commit comments

Comments
 (0)