Skip to content

Commit 09c8b51

Browse files
committed
Release 1.3.0
1 parent 765f47d commit 09c8b51

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,25 @@ 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.3.0](https://github.com/Codex-/return-dispatch/compare/v1.2.7...v1.3.0)
8+
9+
- Bump @types/node from 17.0.23 to 17.0.30 [`#82`](https://github.com/Codex-/return-dispatch/pull/82)
10+
- Bump typescript from 4.6.3 to 4.6.4 [`#81`](https://github.com/Codex-/return-dispatch/pull/81)
11+
- Bump @actions/core from 1.6.0 to 1.7.0 [`#79`](https://github.com/Codex-/return-dispatch/pull/79)
12+
- Bump eslint-plugin-jest from 26.1.4 to 26.1.5 [`#78`](https://github.com/Codex-/return-dispatch/pull/78)
13+
- Bump @typescript-eslint/parser from 5.19.0 to 5.21.0 [`#77`](https://github.com/Codex-/return-dispatch/pull/77)
14+
- Bump eslint from 8.13.0 to 8.14.0 [`#76`](https://github.com/Codex-/return-dispatch/pull/76)
15+
- Bump release-it from 14.14.2 to 15.0.0 [`#75`](https://github.com/Codex-/return-dispatch/pull/75)
16+
- Bump codecov/codecov-action from 2 to 3 [`#74`](https://github.com/Codex-/return-dispatch/pull/74)
17+
- feat: change to bundle using esbuild. [`ae1fe98`](https://github.com/Codex-/return-dispatch/commit/ae1fe98effd84ecb622209eda191a830da9d2bc8)
18+
- test: update tests to be spec and with the source. [`b05e926`](https://github.com/Codex-/return-dispatch/commit/b05e926b04580c97f70eb934d6d7db8f697e515b)
19+
- feat: better handle branch name extraction. [`bb6a0ea`](https://github.com/Codex-/return-dispatch/commit/bb6a0eafeb176a78e572731b38cbba00c0fe39ec)
20+
721
#### [v1.2.7](https://github.com/Codex-/return-dispatch/compare/v1.2.6...v1.2.7)
822

23+
> 11 April 2022
24+
25+
- Release 1.2.7 [`531fdaf`](https://github.com/Codex-/return-dispatch/commit/531fdafd5302125af4b1406f27e81a715fb79332)
926
- Add blank changelog for release-it. [`ef17023`](https://github.com/Codex-/return-dispatch/commit/ef1702380c323d79b35ac4cebb0f0f52fcb9f90b)
1027

1128
#### [v1.2.6](https://github.com/Codex-/return-dispatch/compare/v1.2.5...v1.2.6)

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

0 commit comments

Comments
 (0)