Skip to content

Commit

Permalink
Release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Nov 23, 2023
1 parent 0cd45ed commit 03a7fcd
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 4 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,23 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [v1.12.0](https://github.com/Codex-/return-dispatch/compare/v1.11.0...v1.12.0)

- fix: allow all possible workflow input types [`#200`](https://github.com/Codex-/return-dispatch/pull/200)
- fix: look beyond first page of repo workflows [`#199`](https://github.com/Codex-/return-dispatch/pull/199)
- chore(deps): update dependency release-it to v17 [`#202`](https://github.com/Codex-/return-dispatch/pull/202)
- fix(deps): update dependency @actions/github to v6 [`#196`](https://github.com/Codex-/return-dispatch/pull/196)
- chore(deps): update actions/setup-node action to v4 [`#194`](https://github.com/Codex-/return-dispatch/pull/194)
- build(deps-dev): bump postcss from 8.4.29 to 8.4.31 [`#192`](https://github.com/Codex-/return-dispatch/pull/192)
- chore(deps): update actions/checkout action to v4 [`#191`](https://github.com/Codex-/return-dispatch/pull/191)
- fix(deps): update all non-major dependencies [`acac21d`](https://github.com/Codex-/return-dispatch/commit/acac21d04929e83401deb045266f87e761a1011c)
- chore(deps): update all non-major dependencies [`a18cdc3`](https://github.com/Codex-/return-dispatch/commit/a18cdc3e0c8d9b98b5bf8ede081dd1177bddccd4)
- chore(deps): update all non-major dependencies [`d8150de`](https://github.com/Codex-/return-dispatch/commit/d8150def950b4e640a55436a52af3500ee11ef90)

#### [v1.11.0](https://github.com/Codex-/return-dispatch/compare/v1.10.0...v1.11.0)

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

> 3 April 2023
> 4 September 2023
- chore(deps): lock file maintenance [`#187`](https://github.com/Codex-/return-dispatch/pull/187)
- chore(deps): update dependency release-it to v16 [`#186`](https://github.com/Codex-/return-dispatch/pull/186)
- chore(deps): update all non-major dependencies [`#181`](https://github.com/Codex-/return-dispatch/pull/181)
- chore(deps): update dependency prettier to v3 [`#185`](https://github.com/Codex-/return-dispatch/pull/185)
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 [`#180`](https://github.com/Codex-/return-dispatch/pull/180)
- build(deps): bump vite from 4.2.1 to 4.3.9 [`#173`](https://github.com/Codex-/return-dispatch/pull/173)
- build(deps): bump vm2 from 3.9.17 to 3.9.18 [`#170`](https://github.com/Codex-/return-dispatch/pull/170)
- build(deps): bump vm2 from 3.9.16 to 3.9.17 [`#168`](https://github.com/Codex-/return-dispatch/pull/168)
- build(deps): bump vm2 from 3.9.15 to 3.9.16 [`#167`](https://github.com/Codex-/return-dispatch/pull/167)
- build(deps): bump vm2 from 3.9.14 to 3.9.15 [`#166`](https://github.com/Codex-/return-dispatch/pull/166)
- chore(deps): update dependency typescript to v5 [`#164`](https://github.com/Codex-/return-dispatch/pull/164)
- chore(deps): lock file maintenance [`#165`](https://github.com/Codex-/return-dispatch/pull/165)
- chore(deps): update all non-major dependencies [`#163`](https://github.com/Codex-/return-dispatch/pull/163)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "return-dispatch",
"version": "1.11.0",
"version": "1.12.0",
"private": true,
"description": "Dispatch an action and output the run ID.",
"main": "lib/main.js",
Expand Down

0 comments on commit 03a7fcd

Please sign in to comment.