Skip to content

Commit

Permalink
Release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Codex- committed Apr 2, 2023
1 parent a3d705c commit ebdef18
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,31 @@ 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.9.0](https://github.com/Codex-/await-remote-run/compare/v1.8.0...v1.9.0)

- chore(deps): update dependency typescript to v5 [`#153`](https://github.com/Codex-/await-remote-run/pull/153)
- chore(deps): update all non-major dependencies [`#152`](https://github.com/Codex-/await-remote-run/pull/152)
- chore(deps): update all non-major dependencies [`#151`](https://github.com/Codex-/await-remote-run/pull/151)
- chore(deps): lock file maintenance [`#146`](https://github.com/Codex-/await-remote-run/pull/146)
- build(deps): bump cacheable-request from 10.2.5 to 10.2.7 [`#150`](https://github.com/Codex-/await-remote-run/pull/150)
- chore(deps): update all non-major dependencies [`#149`](https://github.com/Codex-/await-remote-run/pull/149)
- chore(deps): update all non-major dependencies to ^0.28.4 [`c831ffb`](https://github.com/Codex-/await-remote-run/commit/c831ffb9b8e3b38f22dc7d24ab4f96a24c6c7ca7)
- chore(deps): update renovatebot config. [`9558cf0`](https://github.com/Codex-/await-remote-run/commit/9558cf02ad4513c9aa432c8b2321eaf830811d50)
- docs: update badge url [`c63251c`](https://github.com/Codex-/await-remote-run/commit/c63251c1e162142aad5991bf71f04474715efcae)

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

> 1 February 2023
- chore(deps): lock file maintenance [`#145`](https://github.com/Codex-/await-remote-run/pull/145)
- chore(deps): update all non-major dependencies [`#144`](https://github.com/Codex-/await-remote-run/pull/144)
- chore(deps): lock file maintenance [`#143`](https://github.com/Codex-/await-remote-run/pull/143)
- chore(deps): update vitest monorepo to ^0.27.0 [`#139`](https://github.com/Codex-/await-remote-run/pull/139)
- chore(deps): lock file maintenance [`#137`](https://github.com/Codex-/await-remote-run/pull/137)
- chore(deps): update vitest monorepo to ^0.26.0 [`#135`](https://github.com/Codex-/await-remote-run/pull/135)
- Release 1.8.0 [`9b366bb`](https://github.com/Codex-/await-remote-run/commit/9b366bb40027da93b8226ae8eab1fe760483bb15)
- chore(deps): update dependency prettier to v2.8.3 [`40ea9f5`](https://github.com/Codex-/await-remote-run/commit/40ea9f5ecbbef37745b166c9593752c242a2d7ca)
- chore(deps): update dependency prettier to v2.8.2 [`1cd4ccc`](https://github.com/Codex-/await-remote-run/commit/1cd4ccc612d8347cd32cb83db664d7fcdddbb036)
- ci(test): update coverage command and usage [`42e1e3e`](https://github.com/Codex-/await-remote-run/commit/42e1e3e2f932279bec56718b3edef8fefc337596)

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

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

> 12 December 2022
> 1 February 2023
- chore(deps): lock file maintenance [`#145`](https://github.com/Codex-/await-remote-run/pull/145)
- chore(deps): update all non-major dependencies [`#144`](https://github.com/Codex-/await-remote-run/pull/144)
- chore(deps): lock file maintenance [`#143`](https://github.com/Codex-/await-remote-run/pull/143)
- chore(deps): update vitest monorepo to ^0.27.0 [`#139`](https://github.com/Codex-/await-remote-run/pull/139)
- chore(deps): lock file maintenance [`#137`](https://github.com/Codex-/await-remote-run/pull/137)
- chore(deps): update vitest monorepo to ^0.26.0 [`#135`](https://github.com/Codex-/await-remote-run/pull/135)
- 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)
- chore(deps): lock file maintenance [`#126`](https://github.com/Codex-/await-remote-run/pull/126)
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.8.0",
"version": "1.9.0",
"private": true,
"description": "Await the result of a remote repository run.",
"author": "Alex Miller",
Expand Down

0 comments on commit ebdef18

Please sign in to comment.