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 bbdf499 commit ca99592
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,26 @@ 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-/await-remote-run/compare/v1.2.7...v1.3.0)

- Bump @types/node from 17.0.23 to 17.0.30 [`#83`](https://github.com/Codex-/await-remote-run/pull/83)
- Bump eslint from 8.13.0 to 8.14.0 [`#82`](https://github.com/Codex-/await-remote-run/pull/82)
- Bump @actions/core from 1.6.0 to 1.7.0 [`#81`](https://github.com/Codex-/await-remote-run/pull/81)
- Bump eslint-plugin-jest from 26.1.4 to 26.1.5 [`#75`](https://github.com/Codex-/await-remote-run/pull/75)
- Bump typescript from 4.6.3 to 4.6.4 [`#77`](https://github.com/Codex-/await-remote-run/pull/77)
- Bump @typescript-eslint/parser from 5.19.0 to 5.21.0 [`#78`](https://github.com/Codex-/await-remote-run/pull/78)
- Bump release-it from 14.14.2 to 15.0.0 [`#79`](https://github.com/Codex-/await-remote-run/pull/79)
- Bump codecov/codecov-action from 2 to 3 [`#80`](https://github.com/Codex-/await-remote-run/pull/80)
- feat: change to bundle using esbuild. [`1a59abb`](https://github.com/Codex-/await-remote-run/commit/1a59abb4301ba91c1334a15e02b659053360d73d)
- test: update tests to be spec and with the source. [`eef5e01`](https://github.com/Codex-/await-remote-run/commit/eef5e01b4c81fdb626675dfaccc24030aa57321a)
- Add codecov config. [`4f5bb24`](https://github.com/Codex-/await-remote-run/commit/4f5bb2499941ff98674d086c1d24e3726c5dfdd5)

#### [v1.2.7](https://github.com/Codex-/await-remote-run/compare/v1.2.6...v1.2.7)

> 11 April 2022
- Release 1.2.7 [`449dcd7`](https://github.com/Codex-/await-remote-run/commit/449dcd7f16c55caed968041eef5f3f80d54749f7)

#### [v1.2.6](https://github.com/Codex-/await-remote-run/compare/v1.2.5...v1.2.6)

> 11 April 2022
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": "await-remote-run",
"version": "1.2.7",
"version": "1.3.0",
"private": true,
"description": "Await the result of a remote repository run.",
"main": "lib/main.js",
Expand Down

0 comments on commit ca99592

Please sign in to comment.