Skip to content

Commit a6d70fe

Browse files
committed
Release 1.9.0
1 parent de605bc commit a6d70fe

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,19 @@ 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.9.0](https://github.com/Codex-/return-dispatch/compare/v1.8.0...v1.9.0)
8+
9+
- chore(deps): lock file maintenance [`#152`](https://github.com/Codex-/return-dispatch/pull/152)
10+
- chore(deps): update all non-major dependencies [`#151`](https://github.com/Codex-/return-dispatch/pull/151)
11+
- chore(deps): lock file maintenance [`#150`](https://github.com/Codex-/return-dispatch/pull/150)
12+
- chore(deps): update dependency esbuild to ^0.17.0 [`1a894ec`](https://github.com/Codex-/return-dispatch/commit/1a894ec08388f4394296b3117712021f9304bed4)
13+
- chore(deps): update vitest monorepo to ^0.26.0 [`db7e167`](https://github.com/Codex-/return-dispatch/commit/db7e1672084422361378a8206310aa19b9115473)
14+
- chore(deps): update vitest monorepo to ^0.27.0 [`55b34cc`](https://github.com/Codex-/return-dispatch/commit/55b34ccdef339e7c449e8a2794941171956aec4b)
15+
716
#### [v1.8.0](https://github.com/Codex-/return-dispatch/compare/v1.7.0...v1.8.0)
817

18+
> 12 December 2022
19+
920
- chore(deps): update dependency @types/uuid to v9 [`#137`](https://github.com/Codex-/return-dispatch/pull/137)
1021
- test: convert tests to use vitest. [`87e268b`](https://github.com/Codex-/return-dispatch/commit/87e268b91f94d018b032eda45c15f98f1bbd0171)
1122
- chore(deps): lock file maintenance [`e0c6f53`](https://github.com/Codex-/return-dispatch/commit/e0c6f53c1a1d580621c1c6ec2e3e4a211a2d466f)
@@ -184,8 +195,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
184195
185196
#### [v1](https://github.com/Codex-/return-dispatch/compare/v1.0.0...v1)
186197

187-
> 31 October 2022
198+
> 12 December 2022
188199
200+
- chore(deps): update dependency @types/uuid to v9 [`#137`](https://github.com/Codex-/return-dispatch/pull/137)
189201
- chore(deps): lock file maintenance [`#132`](https://github.com/Codex-/return-dispatch/pull/132)
190202
- chore(deps): lock file maintenance [`#130`](https://github.com/Codex-/return-dispatch/pull/130)
191203
- build(deps): bump vm2 from 3.9.10 to 3.9.11 [`#129`](https://github.com/Codex-/return-dispatch/pull/129)
@@ -229,9 +241,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
229241
- Bump eslint from 8.13.0 to 8.14.0 [`#76`](https://github.com/Codex-/return-dispatch/pull/76)
230242
- Bump release-it from 14.14.2 to 15.0.0 [`#75`](https://github.com/Codex-/return-dispatch/pull/75)
231243
- Bump codecov/codecov-action from 2 to 3 [`#74`](https://github.com/Codex-/return-dispatch/pull/74)
244+
- test: convert tests to use vitest. [`87e268b`](https://github.com/Codex-/return-dispatch/commit/87e268b91f94d018b032eda45c15f98f1bbd0171)
232245
- Bump dependencies. [`5aaf656`](https://github.com/Codex-/return-dispatch/commit/5aaf6566fe7177d233c2656dfc621f37ff45cdc1)
233246
- chore: bump dependencies. [`b138c25`](https://github.com/Codex-/return-dispatch/commit/b138c25ea0ec6d2605e3dac38d21f7d63db410a6)
234-
- chore: bump dependencies. [`8561b6c`](https://github.com/Codex-/return-dispatch/commit/8561b6c2b86fd8e7e036c04c047a931ed54f2af6)
235247

236248
#### v1.0.0
237249

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

0 commit comments

Comments
 (0)