Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Dec 12, 2022
1 parent f27b9b3 commit d04eeb1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,23 @@ 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.7.0](https://github.com/Codex-/await-remote-run/compare/v1.6.0...v1.7.0)

- chore(deps): lock file maintenance [`#132`](https://github.com/Codex-/await-remote-run/pull/132)
- chore(deps): lock file maintenance [`#130`](https://github.com/Codex-/await-remote-run/pull/130)
- test: convert tests to use vitest. [`c7ac659`](https://github.com/Codex-/await-remote-run/commit/c7ac659c478c2253bac2fc94af24795175118a3b)
- chore(deps): update dependency esbuild to ^0.16.0 [`b7ff644`](https://github.com/Codex-/await-remote-run/commit/b7ff64423f6cfe0ad77e97b9ddd26a7942b4e255)
- chore(deps): bump root dependencies in package. [`2bb9844`](https://github.com/Codex-/await-remote-run/commit/2bb98443ba8d433a2ff1e5d1d72a282dcd6a4dd5)

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

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

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

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

> 29 September 2022
> 31 October 2022
- chore(deps): lock file maintenance [`#126`](https://github.com/Codex-/await-remote-run/pull/126)
- chore(deps): lock file maintenance [`#125`](https://github.com/Codex-/await-remote-run/pull/125)
- build(deps): bump vm2 from 3.9.10 to 3.9.11 [`#124`](https://github.com/Codex-/await-remote-run/pull/124)
- build(deps-dev): bump @types/node from 18.7.13 to 18.7.14 [`#119`](https://github.com/Codex-/await-remote-run/pull/119)
- build(deps-dev): bump esbuild from 0.15.5 to 0.15.6 [`#120`](https://github.com/Codex-/await-remote-run/pull/120)
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.6.0",
"version": "1.7.0",
"private": true,
"description": "Await the result of a remote repository run.",
"author": "Alex Miller",
Expand Down

0 comments on commit d04eeb1

Please sign in to comment.