mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-14 22:00:34 +00:00
2.2.1
This commit is contained in:
parent
4a07a7ced0
commit
7a111ead46
3 changed files with 15 additions and 4 deletions
13
CHANGELOG.md
13
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)
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue