Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Oct 30, 2022
1 parent d4448a1 commit 91f5d9b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [v1.6.0](https:/Codex-/await-remote-run/compare/v1.5.1...v1.6.0)

- chore(deps): lock file maintenance [`#126`](https:/Codex-/await-remote-run/pull/126)
- chore(deps): lock file maintenance [`#125`](https:/Codex-/await-remote-run/pull/125)
- chore: bump dependencies. [`33dd189`](https:/Codex-/await-remote-run/commit/33dd189fa861b7a9e1615c6a8fe3a396d3fbbb3a)
- cicd: Use correct ref for PR events. [`14d67e1`](https:/Codex-/await-remote-run/commit/14d67e1e77e1b37c90c89186944e0b6f1969c663)
- cicd: only run lock file maintenance monthly. [`1100fd0`](https:/Codex-/await-remote-run/commit/1100fd0fa6f27531d16dab63a13938a318e701fa)

#### [v1.5.1](https:/Codex-/await-remote-run/compare/v1.5.0...v1.5.1)

> 28 September 2022
- build(deps): bump vm2 from 3.9.10 to 3.9.11 [`#124`](https:/Codex-/await-remote-run/pull/124)
- Release 1.5.1 [`db9c00d`](https:/Codex-/await-remote-run/commit/db9c00de54521df58adabc58d78b3d0182963912)
- renovate: enable automerge [`b774813`](https:/Codex-/await-remote-run/commit/b7748139e3c2b545612232b7a45af1d4f58187c9)
- cicd: set minor as default release. [`9292fa8`](https:/Codex-/await-remote-run/commit/9292fa828233fc898a4198ebeeb24b4522ea5be8)

Expand Down Expand Up @@ -142,8 +153,9 @@ Generated by [`auto-changelog`](https:/CookPete/auto-changelog).
#### [v1](https:/Codex-/await-remote-run/compare/v1.0.0...v1)

> 16 September 2022
> 29 September 2022
- build(deps): bump vm2 from 3.9.10 to 3.9.11 [`#124`](https:/Codex-/await-remote-run/pull/124)
- build(deps-dev): bump @types/node from 18.7.13 to 18.7.14 [`#119`](https:/Codex-/await-remote-run/pull/119)
- build(deps-dev): bump esbuild from 0.15.5 to 0.15.6 [`#120`](https:/Codex-/await-remote-run/pull/120)
- build(deps-dev): bump @typescript-eslint/parser from 5.35.1 to 5.36.1 [`#118`](https:/Codex-/await-remote-run/pull/118)
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.5.1",
"version": "1.6.0",
"private": true,
"description": "Await the result of a remote repository run.",
"main": "lib/main.js",
Expand Down

0 comments on commit 91f5d9b

Please sign in to comment.