@@ -4,8 +4,26 @@ All notable changes to this project will be documented in this file. Dates are d
44
55Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
66
7+ #### [ v1.6.0] ( https://github.com/Codex-/return-dispatch/compare/v1.5.1...v1.6.0 )
8+
9+ - build(deps-dev): bump jest-circus from 28.1.3 to 29.0.1 [ ` #120 ` ] ( https://github.com/Codex-/return-dispatch/pull/120 )
10+ - build(deps-dev): bump typescript from 4.7.4 to 4.8.2 [ ` #119 ` ] ( https://github.com/Codex-/return-dispatch/pull/119 )
11+ - build(deps-dev): bump @typescript-eslint/parser from 5.31.0 to 5.35.1 [ ` #118 ` ] ( https://github.com/Codex-/return-dispatch/pull/118 )
12+ - build(deps-dev): bump eslint from 8.21.0 to 8.23.0 [ ` #117 ` ] ( https://github.com/Codex-/return-dispatch/pull/117 )
13+ - build(deps-dev): bump ts-jest from 28.0.7 to 28.0.8 [ ` #115 ` ] ( https://github.com/Codex-/return-dispatch/pull/115 )
14+ - build(deps-dev): bump @types/node from 18.6.3 to 18.7.13 [ ` #116 ` ] ( https://github.com/Codex-/return-dispatch/pull/116 )
15+ - build(deps-dev): bump esbuild from 0.14.51 to 0.15.5 [ ` #114 ` ] ( https://github.com/Codex-/return-dispatch/pull/114 )
16+ - build(deps-dev): bump release-it from 15.2.0 to 15.4.0 [ ` #113 ` ] ( https://github.com/Codex-/return-dispatch/pull/113 )
17+ - build(deps-dev): bump eslint-plugin-jest from 26.7.0 to 27.0.1 [ ` #112 ` ] ( https://github.com/Codex-/return-dispatch/pull/112 )
18+ - build(deps): bump @actions/core from 1.9.0 to 1.9.1 [ ` #111 ` ] ( https://github.com/Codex-/return-dispatch/pull/111 )
19+ - build(deps-dev): bump eslint from 8.20.0 to 8.21.0 [ ` #110 ` ] ( https://github.com/Codex-/return-dispatch/pull/110 )
20+ - chore: bump dependencies. [ ` 952806f ` ] ( https://github.com/Codex-/return-dispatch/commit/952806f9aa2208d5967a824652d2fdd961cfc30c )
21+ - cicd: use renovate instead of dependabot. [ ` e2fd75c ` ] ( https://github.com/Codex-/return-dispatch/commit/e2fd75c0ceb87a5fa17055294814fef0c80c654b )
22+
723#### [ v1.5.1] ( https://github.com/Codex-/return-dispatch/compare/v1.5.0...v1.5.1 )
824
25+ > 31 July 2022
26+
927- build(deps-dev): bump jest and @types/jest [ ` #103 ` ] ( https://github.com/Codex-/return-dispatch/pull/103 )
1028- build(deps): bump parse-url from 6.0.0 to 6.0.2 [ ` #104 ` ] ( https://github.com/Codex-/return-dispatch/pull/104 )
1129- build(deps-dev): bump esbuild from 0.14.47 to 0.14.48 [ ` #102 ` ] ( https://github.com/Codex-/return-dispatch/pull/102 )
@@ -28,6 +46,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2846- Bump @typescript-eslint/parser from 5.26.0 to 5.27.0 [ ` #84 ` ] ( https://github.com/Codex-/return-dispatch/pull/84 )
2947- Bump @types/node from 17.0.35 to 17.0.38 [ ` #83 ` ] ( https://github.com/Codex-/return-dispatch/pull/83 )
3048- chore: bump dependencies. [ ` b138c25 ` ] ( https://github.com/Codex-/return-dispatch/commit/b138c25ea0ec6d2605e3dac38d21f7d63db410a6 )
49+ - Release 1.5.1 [ ` 23055f4 ` ] ( https://github.com/Codex-/return-dispatch/commit/23055f491a3c8518a89b51aec8c275bcd6895527 )
3150- docs: Change ID to match await-remote-run. [ ` 08e054f ` ] ( https://github.com/Codex-/return-dispatch/commit/08e054f63df50c8db82b3fcae65b4f995e73c90e )
3251
3352#### [ v1.5.0] ( https://github.com/Codex-/return-dispatch/compare/v1.4.0...v1.5.0 )
@@ -136,8 +155,29 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
136155
137156#### [ v1] ( https://github.com/Codex-/return-dispatch/compare/v1.0.0...v1 )
138157
139- > 2 May 2022
158+ > 1 August 2022
140159
160+ - build(deps-dev): bump jest and @types/jest [ ` #103 ` ] ( https://github.com/Codex-/return-dispatch/pull/103 )
161+ - build(deps): bump parse-url from 6.0.0 to 6.0.2 [ ` #104 ` ] ( https://github.com/Codex-/return-dispatch/pull/104 )
162+ - build(deps-dev): bump esbuild from 0.14.47 to 0.14.48 [ ` #102 ` ] ( https://github.com/Codex-/return-dispatch/pull/102 )
163+ - build(deps-dev): bump jest-circus from 28.1.1 to 28.1.2 [ ` #101 ` ] ( https://github.com/Codex-/return-dispatch/pull/101 )
164+ - Bump eslint-plugin-jest from 26.4.6 to 26.5.3 [ ` #100 ` ] ( https://github.com/Codex-/return-dispatch/pull/100 )
165+ - Bump ts-jest from 28.0.3 to 28.0.5 [ ` #99 ` ] ( https://github.com/Codex-/return-dispatch/pull/99 )
166+ - Bump @actions/core from 1.8.2 to 1.9.0 [ ` #98 ` ] ( https://github.com/Codex-/return-dispatch/pull/98 )
167+ - Bump esbuild from 0.14.42 to 0.14.47 [ ` #97 ` ] ( https://github.com/Codex-/return-dispatch/pull/97 )
168+ - Bump @types/node from 17.0.38 to 18.0.0 [ ` #94 ` ] ( https://github.com/Codex-/return-dispatch/pull/94 )
169+ - Bump eslint from 8.16.0 to 8.18.0 [ ` #96 ` ] ( https://github.com/Codex-/return-dispatch/pull/96 )
170+ - Bump @typescript-eslint/parser from 5.27.1 to 5.30.0 [ ` #95 ` ] ( https://github.com/Codex-/return-dispatch/pull/95 )
171+ - Bump typescript from 4.7.2 to 4.7.4 [ ` #91 ` ] ( https://github.com/Codex-/return-dispatch/pull/91 )
172+ - Bump prettier from 2.6.2 to 2.7.1 [ ` #92 ` ] ( https://github.com/Codex-/return-dispatch/pull/92 )
173+ - Bump jest and @types/jest [ ` #93 ` ] ( https://github.com/Codex-/return-dispatch/pull/93 )
174+ - Bump ts-node from 10.8.0 to 10.8.1 [ ` #90 ` ] ( https://github.com/Codex-/return-dispatch/pull/90 )
175+ - Bump release-it from 15.0.0 to 15.1.1 [ ` #89 ` ] ( https://github.com/Codex-/return-dispatch/pull/89 )
176+ - Bump @typescript-eslint/parser from 5.27.0 to 5.27.1 [ ` #88 ` ] ( https://github.com/Codex-/return-dispatch/pull/88 )
177+ - Bump esbuild from 0.14.41 to 0.14.42 [ ` #86 ` ] ( https://github.com/Codex-/return-dispatch/pull/86 )
178+ - Bump eslint-plugin-jest from 26.2.2 to 26.4.6 [ ` #85 ` ] ( https://github.com/Codex-/return-dispatch/pull/85 )
179+ - Bump @typescript-eslint/parser from 5.26.0 to 5.27.0 [ ` #84 ` ] ( https://github.com/Codex-/return-dispatch/pull/84 )
180+ - Bump @types/node from 17.0.35 to 17.0.38 [ ` #83 ` ] ( https://github.com/Codex-/return-dispatch/pull/83 )
141181- Bump @types/node from 17.0.23 to 17.0.30 [ ` #82 ` ] ( https://github.com/Codex-/return-dispatch/pull/82 )
142182- Bump typescript from 4.6.3 to 4.6.4 [ ` #81 ` ] ( https://github.com/Codex-/return-dispatch/pull/81 )
143183- Bump @actions/core from 1.6.0 to 1.7.0 [ ` #79 ` ] ( https://github.com/Codex-/return-dispatch/pull/79 )
@@ -147,8 +187,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
147187- Bump release-it from 14.14.2 to 15.0.0 [ ` #75 ` ] ( https://github.com/Codex-/return-dispatch/pull/75 )
148188- Bump codecov/codecov-action from 2 to 3 [ ` #74 ` ] ( https://github.com/Codex-/return-dispatch/pull/74 )
149189- Bump dependencies. [ ` 5aaf656 ` ] ( https://github.com/Codex-/return-dispatch/commit/5aaf6566fe7177d233c2656dfc621f37ff45cdc1 )
150- - Bump dependencies. [ ` 439ef88 ` ] ( https://github.com/Codex-/return-dispatch/commit/439ef887a28f3d80108374af173fffddfdb0adac )
151- - Add release-it . [ ` 04e9f48 ` ] ( https://github.com/Codex-/return-dispatch/commit/04e9f485a25fd589db0c9295e9434ed6ad0f5c9b )
190+ - chore: bump dependencies. [ ` b138c25 ` ] ( https://github.com/Codex-/return-dispatch/commit/b138c25ea0ec6d2605e3dac38d21f7d63db410a6 )
191+ - chore: bump dependencies . [ ` 8561b6c ` ] ( https://github.com/Codex-/return-dispatch/commit/8561b6c2b86fd8e7e036c04c047a931ed54f2af6 )
152192
153193#### v1.0.0
154194
0 commit comments