This commit is contained in:
jdx 2025-04-22 22:56:09 -05:00
parent 4a07a7ced0
commit 7a111ead46
No known key found for this signature in database
GPG key ID: 584DADE86724B407
3 changed files with 15 additions and 4 deletions

View file

@ -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)

4
package-lock.json generated
View file

@ -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",

View file

@ -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": {