Skip to content

Commit 03a7fcd

Browse files
committed
Release 1.12.0
1 parent 0cd45ed commit 03a7fcd

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed

CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,23 @@ 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.12.0](https://github.com/Codex-/return-dispatch/compare/v1.11.0...v1.12.0)
8+
9+
- fix: allow all possible workflow input types [`#200`](https://github.com/Codex-/return-dispatch/pull/200)
10+
- fix: look beyond first page of repo workflows [`#199`](https://github.com/Codex-/return-dispatch/pull/199)
11+
- chore(deps): update dependency release-it to v17 [`#202`](https://github.com/Codex-/return-dispatch/pull/202)
12+
- fix(deps): update dependency @actions/github to v6 [`#196`](https://github.com/Codex-/return-dispatch/pull/196)
13+
- chore(deps): update actions/setup-node action to v4 [`#194`](https://github.com/Codex-/return-dispatch/pull/194)
14+
- build(deps-dev): bump postcss from 8.4.29 to 8.4.31 [`#192`](https://github.com/Codex-/return-dispatch/pull/192)
15+
- chore(deps): update actions/checkout action to v4 [`#191`](https://github.com/Codex-/return-dispatch/pull/191)
16+
- fix(deps): update all non-major dependencies [`acac21d`](https://github.com/Codex-/return-dispatch/commit/acac21d04929e83401deb045266f87e761a1011c)
17+
- chore(deps): update all non-major dependencies [`a18cdc3`](https://github.com/Codex-/return-dispatch/commit/a18cdc3e0c8d9b98b5bf8ede081dd1177bddccd4)
18+
- chore(deps): update all non-major dependencies [`d8150de`](https://github.com/Codex-/return-dispatch/commit/d8150def950b4e640a55436a52af3500ee11ef90)
19+
720
#### [v1.11.0](https://github.com/Codex-/return-dispatch/compare/v1.10.0...v1.11.0)
821

22+
> 4 September 2023
23+
924
- chore(deps): lock file maintenance [`#187`](https://github.com/Codex-/return-dispatch/pull/187)
1025
- chore(deps): update dependency release-it to v16 [`#186`](https://github.com/Codex-/return-dispatch/pull/186)
1126
- chore(deps): update all non-major dependencies [`#181`](https://github.com/Codex-/return-dispatch/pull/181)
@@ -225,8 +240,18 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
225240
226241
#### [v1](https://github.com/Codex-/return-dispatch/compare/v1.0.0...v1)
227242

228-
> 3 April 2023
243+
> 4 September 2023
229244
245+
- chore(deps): lock file maintenance [`#187`](https://github.com/Codex-/return-dispatch/pull/187)
246+
- chore(deps): update dependency release-it to v16 [`#186`](https://github.com/Codex-/return-dispatch/pull/186)
247+
- chore(deps): update all non-major dependencies [`#181`](https://github.com/Codex-/return-dispatch/pull/181)
248+
- chore(deps): update dependency prettier to v3 [`#185`](https://github.com/Codex-/return-dispatch/pull/185)
249+
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 [`#180`](https://github.com/Codex-/return-dispatch/pull/180)
250+
- build(deps): bump vite from 4.2.1 to 4.3.9 [`#173`](https://github.com/Codex-/return-dispatch/pull/173)
251+
- build(deps): bump vm2 from 3.9.17 to 3.9.18 [`#170`](https://github.com/Codex-/return-dispatch/pull/170)
252+
- build(deps): bump vm2 from 3.9.16 to 3.9.17 [`#168`](https://github.com/Codex-/return-dispatch/pull/168)
253+
- build(deps): bump vm2 from 3.9.15 to 3.9.16 [`#167`](https://github.com/Codex-/return-dispatch/pull/167)
254+
- build(deps): bump vm2 from 3.9.14 to 3.9.15 [`#166`](https://github.com/Codex-/return-dispatch/pull/166)
230255
- chore(deps): update dependency typescript to v5 [`#164`](https://github.com/Codex-/return-dispatch/pull/164)
231256
- chore(deps): lock file maintenance [`#165`](https://github.com/Codex-/return-dispatch/pull/165)
232257
- chore(deps): update all non-major dependencies [`#163`](https://github.com/Codex-/return-dispatch/pull/163)

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

0 commit comments

Comments
 (0)