Skip to content

Commit 39a6d48

Browse files
committed
Release 1.10.0
1 parent d66a1fe commit 39a6d48

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,20 @@ 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.10.0](https://github.com/Codex-/return-dispatch/compare/v1.9.0...v1.10.0)
8+
9+
- chore(deps): update dependency typescript to v5 [`#164`](https://github.com/Codex-/return-dispatch/pull/164)
10+
- chore(deps): lock file maintenance [`#165`](https://github.com/Codex-/return-dispatch/pull/165)
11+
- chore(deps): update all non-major dependencies [`#163`](https://github.com/Codex-/return-dispatch/pull/163)
12+
- build(deps): bump cacheable-request from 10.2.5 to 10.2.7 [`#159`](https://github.com/Codex-/return-dispatch/pull/159)
13+
- chore(deps): update all non-major dependencies to ^0.28.4 [`7153ecf`](https://github.com/Codex-/return-dispatch/commit/7153ecf6f2d5a9660634e385c0b71f8448646f4c)
14+
- chore(deps): update dependency @types/node to ^18.13.0 [`b7f7bb5`](https://github.com/Codex-/return-dispatch/commit/b7f7bb5cdc63b99e7b1c8baaef5bfa15a7ef4213)
15+
- chore(deps): update dependency @types/node to ^18.11.19 [`18a8af8`](https://github.com/Codex-/return-dispatch/commit/18a8af8211fc2310b038b2101611e93e5b9640b7)
16+
717
#### [v1.9.0](https://github.com/Codex-/return-dispatch/compare/v1.8.0...v1.9.0)
818

19+
> 1 February 2023
20+
921
- chore(deps): lock file maintenance [`#152`](https://github.com/Codex-/return-dispatch/pull/152)
1022
- chore(deps): update all non-major dependencies [`#151`](https://github.com/Codex-/return-dispatch/pull/151)
1123
- chore(deps): lock file maintenance [`#150`](https://github.com/Codex-/return-dispatch/pull/150)
@@ -195,8 +207,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
195207
196208
#### [v1](https://github.com/Codex-/return-dispatch/compare/v1.0.0...v1)
197209

198-
> 12 December 2022
210+
> 1 February 2023
199211
212+
- chore(deps): lock file maintenance [`#152`](https://github.com/Codex-/return-dispatch/pull/152)
213+
- chore(deps): update all non-major dependencies [`#151`](https://github.com/Codex-/return-dispatch/pull/151)
214+
- chore(deps): lock file maintenance [`#150`](https://github.com/Codex-/return-dispatch/pull/150)
200215
- chore(deps): update dependency @types/uuid to v9 [`#137`](https://github.com/Codex-/return-dispatch/pull/137)
201216
- chore(deps): lock file maintenance [`#132`](https://github.com/Codex-/return-dispatch/pull/132)
202217
- chore(deps): lock file maintenance [`#130`](https://github.com/Codex-/return-dispatch/pull/130)

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

0 commit comments

Comments
 (0)