This commit is contained in:
jdx 2025-04-22 22:43:15 -05:00
parent 81d53cf968
commit 746b22c6c6
No known key found for this signature in database
GPG key ID: 584DADE86724B407
3 changed files with 33 additions and 4 deletions

View file

@ -1,12 +1,41 @@
# Changelog
---
## [2.1.11](https://github.com/jdx/mise-action/compare/v2.1.10..2.1.11) - 2024-12-30
## [2.2.0](https://github.com/jdx/mise-action/compare/v2.1.11..2.2.0) - 2025-04-23
### ๐Ÿš€ Features
- run mise ls (#163) by [@scop](https://github.com/scop) in [#163](https://github.com/jdx/mise-action/pull/163)
### ๐Ÿ› Bug Fixes
- save cache when build fails by [@jdx](https://github.com/jdx) in [81d53cf](https://github.com/jdx/mise-action/commit/81d53cf96809b887a4903446d5466da5e25ffe37)
### ๐Ÿ“š Documentation
- restore estranged comment for tool_versions (#164) by [@mfilej](https://github.com/mfilej) in [#164](https://github.com/jdx/mise-action/pull/164)
### โš™๏ธ Miscellaneous Tasks
- updated deps by [@jdx](https://github.com/jdx) in [ff329b7](https://github.com/jdx/mise-action/commit/ff329b72aca0adb59abbbf545f488bac2a11bda9)
- renovate by [@jdx](https://github.com/jdx) in [83232dd](https://github.com/jdx/mise-action/commit/83232dd5706c1ad3d58a22ac8b0e9852c80eb748)
### New Contributors
* @mfilej made their first contribution in [#164](https://github.com/jdx/mise-action/pull/164)
* @scop made their first contribution in [#163](https://github.com/jdx/mise-action/pull/163)
---
## [2.1.11](https://github.com/jdx/mise-action/compare/v2.1.10..v2.1.11) - 2024-12-30
### ๐Ÿ› Bug Fixes
- use tar.gz if zstd is not available (#159) by [@jdx](https://github.com/jdx) in [#159](https://github.com/jdx/mise-action/pull/159)
### ๐Ÿ” Other Changes
- 2.1.11 by [@jdx](https://github.com/jdx) in [5083fe4](https://github.com/jdx/mise-action/commit/5083fe46898c414b2475087cc79da59e7da859e8)
---
## [2.1.10](https://github.com/jdx/mise-action/compare/v2.1.9..v2.1.10) - 2024-12-23

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "mise-action",
"version": "2.1.11",
"version": "2.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mise-action",
"version": "2.1.11",
"version": "2.2.0",
"license": "MIT",
"dependencies": {
"@actions/cache": "^4.0.0",

View file

@ -1,7 +1,7 @@
{
"name": "mise-action",
"description": "mise tool setup action",
"version": "2.1.11",
"version": "2.2.0",
"author": "jdx",
"private": true,
"repository": {