Skip to content

Commit 2e35591

Browse files
committed
Release 1.7.0
1 parent 59f2b6e commit 2e35591

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +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.7.0](https://github.com/Codex-/return-dispatch/compare/v1.6.1...v1.7.0)
8+
9+
- chore(deps): lock file maintenance [`#132`](https://github.com/Codex-/return-dispatch/pull/132)
10+
- chore(deps): lock file maintenance [`#130`](https://github.com/Codex-/return-dispatch/pull/130)
11+
- chore: bump dependencies. [`3cc6e0d`](https://github.com/Codex-/return-dispatch/commit/3cc6e0d4c9aa0789f7fde00a4a886f0fe1077461)
12+
- 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)
14+
715
#### [v1.6.1](https://github.com/Codex-/return-dispatch/compare/v1.6.0...v1.6.1)
816

17+
> 28 September 2022
18+
919
- build(deps): bump vm2 from 3.9.10 to 3.9.11 [`#129`](https://github.com/Codex-/return-dispatch/pull/129)
20+
- Release 1.6.1 [`d1c94c6`](https://github.com/Codex-/return-dispatch/commit/d1c94c662def4559284d4e5b3d215d121bcc82ff)
1021
- renovate: enable automerge [`78c451c`](https://github.com/Codex-/return-dispatch/commit/78c451c0081b8cf960456eee72ca693d31f2ea24)
1122
- cicd: set minor as default release. [`ee9e7ff`](https://github.com/Codex-/return-dispatch/commit/ee9e7ff4f3f70f4a92e2f7474151a830404cd272)
1223

@@ -164,8 +175,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
164175
165176
#### [v1](https://github.com/Codex-/return-dispatch/compare/v1.0.0...v1)
166177

167-
> 16 September 2022
178+
> 29 September 2022
168179
180+
- build(deps): bump vm2 from 3.9.10 to 3.9.11 [`#129`](https://github.com/Codex-/return-dispatch/pull/129)
169181
- build(deps-dev): bump jest-circus from 28.1.3 to 29.0.1 [`#120`](https://github.com/Codex-/return-dispatch/pull/120)
170182
- build(deps-dev): bump typescript from 4.7.4 to 4.8.2 [`#119`](https://github.com/Codex-/return-dispatch/pull/119)
171183
- build(deps-dev): bump @typescript-eslint/parser from 5.31.0 to 5.35.1 [`#118`](https://github.com/Codex-/return-dispatch/pull/118)

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

0 commit comments

Comments
 (0)