Skip to content

Commit

Permalink
Release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Jul 31, 2022
1 parent b297fe1 commit 91c4e96
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,35 @@ 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.4.1](https://github.com/Codex-/await-remote-run/compare/v1.4.0...v1.4.1)

- build(deps): bump parse-url from 6.0.0 to 6.0.2 [`#101`](https://github.com/Codex-/await-remote-run/pull/101)
- build(deps-dev): bump esbuild from 0.14.47 to 0.14.48 [`#99`](https://github.com/Codex-/await-remote-run/pull/99)
- build(deps-dev): bump jest and @types/jest [`#98`](https://github.com/Codex-/await-remote-run/pull/98)
- build(deps-dev): bump eslint from 8.17.0 to 8.18.0 [`#97`](https://github.com/Codex-/await-remote-run/pull/97)
- build(deps): bump @actions/core from 1.8.2 to 1.9.0 [`#96`](https://github.com/Codex-/await-remote-run/pull/96)
- build(deps-dev): bump typescript from 4.7.3 to 4.7.4 [`#95`](https://github.com/Codex-/await-remote-run/pull/95)
- build(deps-dev): bump @types/node from 17.0.41 to 18.0.0 [`#94`](https://github.com/Codex-/await-remote-run/pull/94)
- build(deps-dev): bump release-it from 15.0.0 to 15.1.1 [`#92`](https://github.com/Codex-/await-remote-run/pull/92)
- build(deps-dev): bump @typescript-eslint/parser from 5.27.1 to 5.30.0 [`#93`](https://github.com/Codex-/await-remote-run/pull/93)
- build(deps-dev): bump prettier from 2.6.2 to 2.7.1 [`#91`](https://github.com/Codex-/await-remote-run/pull/91)
- build(deps-dev): bump ts-jest from 28.0.4 to 28.0.5 [`#90`](https://github.com/Codex-/await-remote-run/pull/90)
- build(deps-dev): bump esbuild from 0.14.43 to 0.14.47 [`#89`](https://github.com/Codex-/await-remote-run/pull/89)
- Bump @types/node from 17.0.35 to 17.0.38 [`#86`](https://github.com/Codex-/await-remote-run/pull/86)
- Bump esbuild from 0.14.41 to 0.14.42 [`#87`](https://github.com/Codex-/await-remote-run/pull/87)
- Bump eslint-plugin-jest from 26.2.2 to 26.4.6 [`#85`](https://github.com/Codex-/await-remote-run/pull/85)
- Bump @typescript-eslint/parser from 5.26.0 to 5.27.0 [`#84`](https://github.com/Codex-/await-remote-run/pull/84)
- chore: bump dependencies. [`b297fe1`](https://github.com/Codex-/await-remote-run/commit/b297fe13292118d02284c22efae945c0350573a7)
- chore: bump dependencies. [`81fbbb6`](https://github.com/Codex-/await-remote-run/commit/81fbbb61eb0aad92490e4f464dc16244c6ec2785)
- docs: Add missing ID to example. [`a5db353`](https://github.com/Codex-/await-remote-run/commit/a5db353513d62aef92f03e1892d394b1dc657fee)

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

> 28 May 2022
- chore: bump dependencies. [`1cd2c73`](https://github.com/Codex-/await-remote-run/commit/1cd2c731e1200a93ff8339356aa7fc7a285513c5)
- Release 1.4.0 [`0b5fee2`](https://github.com/Codex-/await-remote-run/commit/0b5fee29bd0b9214ca2eae3a9e7bd68d9620c25b)
- build: update to use esm for tsc. [`3b1a01b`](https://github.com/Codex-/await-remote-run/commit/3b1a01ba3ff9420e4294146dead425b820a08ce5)
- build: generate new bundle. [`cbd5bc0`](https://github.com/Codex-/await-remote-run/commit/cbd5bc0ce34c25a96c94fdf4160ce9a75ccf6cd9)

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

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.4.0",
"version": "1.4.1",
"private": true,
"description": "Await the result of a remote repository run.",
"main": "lib/main.js",
Expand Down

0 comments on commit 91c4e96

Please sign in to comment.