From 75a9da8b5d59d7645b2b24f4aa117add5749caac Mon Sep 17 00:00:00 2001 From: lucasfernog-crabnebula <118899497+lucasfernog-crabnebula@users.noreply.github.com> Date: Fri, 13 Sep 2024 01:52:35 +0000 Subject: [PATCH] publish new versions --- .changes/skip-cache-errors.md | 5 ----- CHANGELOG.md | 4 ++++ package.json | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 .changes/skip-cache-errors.md diff --git a/.changes/skip-cache-errors.md b/.changes/skip-cache-errors.md deleted file mode 100644 index f1ae439..0000000 --- a/.changes/skip-cache-errors.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 5996392..a9ae90e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## \[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. + ## \[0.2.2] - [`0cf0d5f`](https://github.com/crabnebula-dev/cloud-release/commit/0cf0d5fa2c98957121f04b32bc093daac7caeb97) The action's git tags now follow semver so you can use `crabnebula-dev/cloud-release@v0` or `crabnebula-dev/cloud-release@v0.2`. diff --git a/package.json b/package.json index 3fb5761..f16edfc 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "cloud-release", - "version": "0.2.2", + "version": "0.2.3", "publish": false }