Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed May 2, 2022
1 parent 765f47d commit 09c8b51
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,25 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.3.0](https://github.com/Codex-/return-dispatch/compare/v1.2.7...v1.3.0)

- Bump @types/node from 17.0.23 to 17.0.30 [`#82`](https://github.com/Codex-/return-dispatch/pull/82)
- Bump typescript from 4.6.3 to 4.6.4 [`#81`](https://github.com/Codex-/return-dispatch/pull/81)
- Bump @actions/core from 1.6.0 to 1.7.0 [`#79`](https://github.com/Codex-/return-dispatch/pull/79)
- Bump eslint-plugin-jest from 26.1.4 to 26.1.5 [`#78`](https://github.com/Codex-/return-dispatch/pull/78)
- Bump @typescript-eslint/parser from 5.19.0 to 5.21.0 [`#77`](https://github.com/Codex-/return-dispatch/pull/77)
- Bump eslint from 8.13.0 to 8.14.0 [`#76`](https://github.com/Codex-/return-dispatch/pull/76)
- Bump release-it from 14.14.2 to 15.0.0 [`#75`](https://github.com/Codex-/return-dispatch/pull/75)
- Bump codecov/codecov-action from 2 to 3 [`#74`](https://github.com/Codex-/return-dispatch/pull/74)
- feat: change to bundle using esbuild. [`ae1fe98`](https://github.com/Codex-/return-dispatch/commit/ae1fe98effd84ecb622209eda191a830da9d2bc8)
- test: update tests to be spec and with the source. [`b05e926`](https://github.com/Codex-/return-dispatch/commit/b05e926b04580c97f70eb934d6d7db8f697e515b)
- feat: better handle branch name extraction. [`bb6a0ea`](https://github.com/Codex-/return-dispatch/commit/bb6a0eafeb176a78e572731b38cbba00c0fe39ec)

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

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

#### [v1.2.6](https://github.com/Codex-/return-dispatch/compare/v1.2.5...v1.2.6)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "return-dispatch",
"version": "1.2.7",
"version": "1.3.0",
"private": true,
"description": "Dispatch an action and output the run ID.",
"main": "lib/main.js",
Expand Down

0 comments on commit 09c8b51

Please sign in to comment.