From a738d98f5118a69d7d3de92f3d6b4f47d68f63da Mon Sep 17 00:00:00 2001 From: lucasfernog-crabnebula <118899497+lucasfernog-crabnebula@users.noreply.github.com> Date: Wed, 2 Oct 2024 20:47:07 +0000 Subject: [PATCH] publish new versions --- .changes/fix-path-cwd.md | 5 ----- CHANGELOG.md | 4 ++++ package.json | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/fix-path-cwd.md diff --git a/.changes/fix-path-cwd.md b/.changes/fix-path-cwd.md deleted file mode 100644 index 14e2660..0000000 --- a/.changes/fix-path-cwd.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"action": patch ---- - -Properly resolve the `cn` path when using the `working-directory` option. diff --git a/CHANGELOG.md b/CHANGELOG.md index b05e5cc..1ec10f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[0.2.5] + +- [`5ecb0dc`](https://github.com/crabnebula-dev/cloud-release/commit/5ecb0dcb918517e340d38047ce9830d45d554373) ([#10](https://github.com/crabnebula-dev/cloud-release/pull/10) by [@lucasfernog-crabnebula](https://github.com/crabnebula-dev/cloud-release/../../lucasfernog-crabnebula)) Properly resolve the `cn` path when using the `working-directory` option. + ## \[0.2.4] - [`88b5427`](https://github.com/crabnebula-dev/cloud-release/commit/88b5427330995c4fe6b7196a07664ab199b1c1a7) Fixed an issue that caused the action to fail if there were multiple concurrent runners with the same OS. diff --git a/package.json b/package.json index 5bc6a79..25234c6 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "cloud-release", - "version": "0.2.4", + "version": "0.2.5", "publish": false }