Skip to content

Commit 290d1ad

Browse files
committed
Release 1.8.0
1 parent 6c65433 commit 290d1ad

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,22 @@ 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.8.0](https://github.com/Codex-/return-dispatch/compare/v1.7.0...v1.8.0)
8+
9+
- chore(deps): update dependency @types/uuid to v9 [`#137`](https://github.com/Codex-/return-dispatch/pull/137)
10+
- test: convert tests to use vitest. [`87e268b`](https://github.com/Codex-/return-dispatch/commit/87e268b91f94d018b032eda45c15f98f1bbd0171)
11+
- chore(deps): lock file maintenance [`e0c6f53`](https://github.com/Codex-/return-dispatch/commit/e0c6f53c1a1d580621c1c6ec2e3e4a211a2d466f)
12+
- chore(deps): update dependency esbuild to ^0.16.0 [`dff9bad`](https://github.com/Codex-/return-dispatch/commit/dff9badec4cb45273fcafdc2b5b75e6bb9601215)
13+
714
#### [v1.7.0](https://github.com/Codex-/return-dispatch/compare/v1.6.1...v1.7.0)
815

16+
> 30 October 2022
17+
918
- chore(deps): lock file maintenance [`#132`](https://github.com/Codex-/return-dispatch/pull/132)
1019
- chore(deps): lock file maintenance [`#130`](https://github.com/Codex-/return-dispatch/pull/130)
1120
- chore: bump dependencies. [`3cc6e0d`](https://github.com/Codex-/return-dispatch/commit/3cc6e0d4c9aa0789f7fde00a4a886f0fe1077461)
21+
- Release 1.7.0 [`2e35591`](https://github.com/Codex-/return-dispatch/commit/2e35591baa8ea806a6e4539c8f5fef198308fce8)
1222
- cicd: Use correct ref for PR events. [`ba0ad69`](https://github.com/Codex-/return-dispatch/commit/ba0ad69c7c8ac349860bca8a083c22e9a0ce4128)
13-
- cicd: only run lock file maintenance monthly. [`87c7ab0`](https://github.com/Codex-/return-dispatch/commit/87c7ab00a7ca75a0cc45f81f3da848c784ea0cdd)
1423

1524
#### [v1.6.1](https://github.com/Codex-/return-dispatch/compare/v1.6.0...v1.6.1)
1625

@@ -175,8 +184,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
175184
176185
#### [v1](https://github.com/Codex-/return-dispatch/compare/v1.0.0...v1)
177186

178-
> 29 September 2022
187+
> 31 October 2022
179188
189+
- chore(deps): lock file maintenance [`#132`](https://github.com/Codex-/return-dispatch/pull/132)
190+
- chore(deps): lock file maintenance [`#130`](https://github.com/Codex-/return-dispatch/pull/130)
180191
- build(deps): bump vm2 from 3.9.10 to 3.9.11 [`#129`](https://github.com/Codex-/return-dispatch/pull/129)
181192
- build(deps-dev): bump jest-circus from 28.1.3 to 29.0.1 [`#120`](https://github.com/Codex-/return-dispatch/pull/120)
182193
- build(deps-dev): bump typescript from 4.7.4 to 4.8.2 [`#119`](https://github.com/Codex-/return-dispatch/pull/119)

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

0 commit comments

Comments
 (0)