This commit is contained in:
jdx 2024-12-23 11:44:54 -08:00
parent 5f7b5f779d
commit 26caef8487
No known key found for this signature in database
GPG key ID: 584DADE86724B407
3 changed files with 19 additions and 4 deletions

View file

@ -1,7 +1,22 @@
# Changelog # Changelog
--- ---
## [2.1.8](https://github.com/jdx/mise-action/compare/v2.1.7..2.1.8) - 2024-12-13 ## [2.1.9](https://github.com/jdx/mise-action/compare/v2.1.8..2.1.9) - 2024-12-23
### 🚀 Features
- fetch tarball with zst compression (#153) by [@jdx](https://github.com/jdx) in [#153](https://github.com/jdx/mise-action/pull/153)
### ⚙️ Miscellaneous Tasks
- loosen node version by [@jdx](https://github.com/jdx) in [5f7b5f7](https://github.com/jdx/mise-action/commit/5f7b5f779deed7c1cf8a300d07d84f8524941f6e)
---
## [2.1.8](https://github.com/jdx/mise-action/compare/v2.1.7..v2.1.8) - 2024-12-13
### 🔍 Other Changes
- 2.1.8 by [@jdx](https://github.com/jdx) in [5bb8f8c](https://github.com/jdx/mise-action/commit/5bb8f8c1911837cf42064e6490e7634fc842ee7e)
### ⚙️ Miscellaneous Tasks ### ⚙️ Miscellaneous Tasks

4
package-lock.json generated
View file

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

View file

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