From 26caef848708cd0517ce543fd46fffab8203a2a0 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:44:54 -0800 Subject: [PATCH] 2.1.9 --- CHANGELOG.md | 17 ++++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c41e38c..f18c2d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,22 @@ # 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 diff --git a/package-lock.json b/package-lock.json index d90476c..9ada263 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mise-action", - "version": "2.1.8", + "version": "2.1.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mise-action", - "version": "2.1.8", + "version": "2.1.9", "license": "MIT", "dependencies": { "@actions/cache": "^4.0.0", diff --git a/package.json b/package.json index ad630d9..3308eba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mise-action", "description": "mise tool setup action", - "version": "2.1.8", + "version": "2.1.9", "author": "jdx", "private": true, "repository": {