diff --git a/CHANGELOG.md b/CHANGELOG.md index c055525..44e91e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ # Changelog --- -## [2.2.0](https://github.com/jdx/mise-action/compare/v2.1.11..2.2.0) - 2025-04-23 +## [2.2.1](https://github.com/jdx/mise-action/compare/v2.2.0..2.2.1) - 2025-04-23 + +### 🐛 Bug Fixes + +- show message when saving cache by [@jdx](https://github.com/jdx) in [4a07a7c](https://github.com/jdx/mise-action/commit/4a07a7ced07f3f5ba2bcafcfe1954eef43fda3c0) + +--- +## [2.2.0](https://github.com/jdx/mise-action/compare/v2.1.11..v2.2.0) - 2025-04-23 ### 🚀 Features @@ -11,6 +18,10 @@ - save cache when build fails by [@jdx](https://github.com/jdx) in [81d53cf](https://github.com/jdx/mise-action/commit/81d53cf96809b887a4903446d5466da5e25ffe37) +### 🔍 Other Changes + +- 2.2.0 by [@jdx](https://github.com/jdx) in [746b22c](https://github.com/jdx/mise-action/commit/746b22c6c6dd7f2abdd64976771834445a844e60) + ### 📚 Documentation - restore estranged comment for tool_versions (#164) by [@mfilej](https://github.com/mfilej) in [#164](https://github.com/jdx/mise-action/pull/164) diff --git a/package-lock.json b/package-lock.json index fcea8c1..8bffbb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mise-action", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mise-action", - "version": "2.2.0", + "version": "2.2.1", "license": "MIT", "dependencies": { "@actions/cache": "^4.0.0", diff --git a/package.json b/package.json index 79293a1..59900e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mise-action", "description": "mise tool setup action", - "version": "2.2.0", + "version": "2.2.1", "author": "jdx", "private": true, "repository": {