Skip to content

Commit 0513aed

Browse files
committed
Release 1.2.5
1 parent f91232e commit 0513aed

File tree

3 files changed

+61
-3
lines changed

3 files changed

+61
-3
lines changed

CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,61 @@
33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6+
7+
#### [v1.2.5](https://github.com/Codex-/await-remote-run/compare/v1.2.4...v1.2.5)
8+
9+
- Bump actions/checkout from 2 to 3 [`#74`](https://github.com/Codex-/await-remote-run/pull/74)
10+
- Bump actions/upload-artifact from 2 to 3 [`#73`](https://github.com/Codex-/await-remote-run/pull/73)
11+
- Add release-it. [`7e6e04e`](https://github.com/Codex-/await-remote-run/commit/7e6e04ea55aeeb33b9c4e4a587cc53c9c8af25f8)
12+
- Bump dependencies. [`2be81bc`](https://github.com/Codex-/await-remote-run/commit/2be81bcc20a8b950735744d3b601477457f925f0)
13+
- Bump dependencies. [`8337266`](https://github.com/Codex-/await-remote-run/commit/8337266c0a644f635febc10633cfd487e52041cc)
14+
15+
#### [v1.2.4](https://github.com/Codex-/await-remote-run/compare/v1.2.3...v1.2.4)
16+
17+
> 5 April 2022
18+
19+
- Bump dependencies. [`5cbe03a`](https://github.com/Codex-/await-remote-run/commit/5cbe03a4b35298a7fc52ccf5c17399778e9750aa)
20+
21+
#### [v1.2.3](https://github.com/Codex-/await-remote-run/compare/v1.2.2...v1.2.3)
22+
23+
> 2 March 2022
24+
25+
- Bump dependencies. [`4aa994a`](https://github.com/Codex-/await-remote-run/commit/4aa994a0c8a07ee76aaecd3e142a3d71208d4711)
26+
- Bump dependencies. [`2c4a93b`](https://github.com/Codex-/await-remote-run/commit/2c4a93bd42a85b0312ad37bb5de49df34fb376ec)
27+
28+
#### [v1.2.2](https://github.com/Codex-/await-remote-run/compare/v1.2.1...v1.2.2)
29+
30+
> 25 January 2022
31+
32+
- Bump dependencies. [`c40b243`](https://github.com/Codex-/await-remote-run/commit/c40b243c92e43ac92f9399faeaa7c20f6b1edbfd)
33+
34+
#### [v1.2.1](https://github.com/Codex-/await-remote-run/compare/v1.2.0...v1.2.1)
35+
36+
> 5 January 2022
37+
38+
- Bump dependencies. [`7cbea14`](https://github.com/Codex-/await-remote-run/commit/7cbea14d138952dcc826050709c42327c4411c15)
39+
- Bump dependencies. [`17d2dd3`](https://github.com/Codex-/await-remote-run/commit/17d2dd34ea64db2e5aec58058959bc739d5de23e)
40+
41+
#### [v1.2.0](https://github.com/Codex-/await-remote-run/compare/v1.1.0...v1.2.0)
42+
43+
> 16 November 2021
44+
45+
- Bump packages. [`155623e`](https://github.com/Codex-/await-remote-run/commit/155623e722f36fbb0b9d3947a1c36b4ab9403d84)
46+
- Bump dependencies. [`e36b3c4`](https://github.com/Codex-/await-remote-run/commit/e36b3c4a7898bf551687527e069cae7942c081d1)
47+
- Bump packages. [`9edc5d8`](https://github.com/Codex-/await-remote-run/commit/9edc5d8adff6b7e7d68df41f30f60844df01f0dc)
48+
49+
#### [v1.1.0](https://github.com/Codex-/await-remote-run/compare/v1.0.0...v1.1.0)
50+
51+
> 20 August 2021
52+
53+
- Present the remote run URL if available at the start of the await. [`4400566`](https://github.com/Codex-/await-remote-run/commit/4400566227d923367888c07af3e167d9c353820a)
54+
- Improve feedback on failures. [`cdc8eb3`](https://github.com/Codex-/await-remote-run/commit/cdc8eb3df2b5a558069c825ac035070def3fa788)
55+
- Bump packages. [`a224701`](https://github.com/Codex-/await-remote-run/commit/a224701ec1f0b4129c252c155c578e2c7f57c2a0)
56+
57+
#### v1.0.0
58+
59+
> 17 August 2021
60+
61+
- Initial commit [`f7335b2`](https://github.com/Codex-/await-remote-run/commit/f7335b28900d64080f6a5dec1372161b98765ccf)
62+
- Bump dependencies [`ae61a2f`](https://github.com/Codex-/await-remote-run/commit/ae61a2fac8f77eb1879117597158a973458bfd8f)
63+
- Bump dependencies [`3416812`](https://github.com/Codex-/await-remote-run/commit/3416812123460ff677547bf5a742afe2a1f7d841)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "await-remote-run",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"private": true,
55
"description": "Await the result of a remote repository run.",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)