diff --git a/CHANGELOG.md b/CHANGELOG.md index 7647e58..8e86004 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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) diff --git a/package-lock.json b/package-lock.json index c63cb9a..13d1013 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "return-dispatch", - "version": "1.11.0", + "version": "1.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "return-dispatch", - "version": "1.11.0", + "version": "1.12.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 60de451..80ba281 100644 --- a/package.json +++ b/package.json @@ -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",