This commit is contained in:
jdx 2024-12-30 10:44:47 -06:00
parent b82835fe1f
commit 5083fe4689
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,18 @@
# Changelog
---
## [2.1.10](https://github.com/jdx/mise-action/compare/v2.1.9..2.1.10) - 2024-12-23
## [2.1.11](https://github.com/jdx/mise-action/compare/v2.1.10..2.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)
---
## [2.1.10](https://github.com/jdx/mise-action/compare/v2.1.9..v2.1.10) - 2024-12-23
### 🔍 Other Changes
- 2.1.10 by [@jdx](https://github.com/jdx) in [249c01b](https://github.com/jdx/mise-action/commit/249c01ba271e19fa76eede7f766161cc95ace489)
### ⚙️ Miscellaneous Tasks

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "mise-action",
"version": "2.1.10",
"version": "2.1.11",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mise-action",
"version": "2.1.10",
"version": "2.1.11",
"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.10",
"version": "2.1.11",
"author": "jdx",
"private": true,
"repository": {