diff --git a/CHANGELOG.md b/CHANGELOG.md index d0f07a5..21b31e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +--- +## [3.3.1](https://github.com/jdx/mise-action/compare/v3.3.0..v3.3.1) - 2025-10-06 + +### 🐛 Bug Fixes + +- trim "v" prefix on update (#287) by [@zeitlinger](https://github.com/zeitlinger) in [#287](https://github.com/jdx/mise-action/pull/287) + --- ## [3.3.0](https://github.com/jdx/mise-action/compare/v3.2.0..v3.3.0) - 2025-10-03 @@ -19,6 +26,7 @@ ### New Contributors +* @mise-en-dev made their first contribution in [#284](https://github.com/jdx/mise-action/pull/284) * @ImpSy made their first contribution in [#277](https://github.com/jdx/mise-action/pull/277) --- diff --git a/package-lock.json b/package-lock.json index 9caff5b..ee447ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mise-action", - "version": "3.3.0", + "version": "3.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mise-action", - "version": "3.3.0", + "version": "3.3.1", "license": "MIT", "dependencies": { "@actions/cache": "^4.0.0", diff --git a/package.json b/package.json index e7bb3af..31bcf9e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mise-action", "description": "mise tool setup action", - "version": "3.3.0", + "version": "3.3.1", "author": "jdx", "private": true, "repository": {