From 050d9478dc8c5cf2e6c4f58c8f2f70100431ded9 Mon Sep 17 00:00:00 2001 From: lucasfernog-crabnebula <118899497+lucasfernog-crabnebula@users.noreply.github.com> Date: Wed, 25 Sep 2024 20:09:37 +0000 Subject: [PATCH] publish new versions --- .changes/disable-cli-caching.md | 5 ----- CHANGELOG.md | 4 ++++ package.json | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/disable-cli-caching.md diff --git a/.changes/disable-cli-caching.md b/.changes/disable-cli-caching.md deleted file mode 100644 index f1ae439..0000000 --- a/.changes/disable-cli-caching.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -action: patch ---- - -Fixed an issue that caused the action to fail if there were multiple concurrent runners with the same OS. diff --git a/CHANGELOG.md b/CHANGELOG.md index a9ae90e..b05e5cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[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. + ## \[0.2.3] - [`357e82a`](https://github.com/crabnebula-dev/cloud-release/commit/357e82a513ceabef01b929a5cdabffc2e65942d5) 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 f16edfc..5bc6a79 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "cloud-release", - "version": "0.2.3", + "version": "0.2.4", "publish": false }