From 249c01ba271e19fa76eede7f766161cc95ace489 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:59:14 -0800 Subject: [PATCH] 2.1.10 --- CHANGELOG.md | 13 ++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f18c2d8..79e6709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,23 @@ # Changelog --- -## [2.1.9](https://github.com/jdx/mise-action/compare/v2.1.8..2.1.9) - 2024-12-23 +## [2.1.10](https://github.com/jdx/mise-action/compare/v2.1.9..2.1.10) - 2024-12-23 + +### ⚙️ Miscellaneous Tasks + +- use github releases (#154) by [@jdx](https://github.com/jdx) in [#154](https://github.com/jdx/mise-action/pull/154) + +--- +## [2.1.9](https://github.com/jdx/mise-action/compare/v2.1.8..v2.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) +### 🔍 Other Changes + +- 2.1.9 by [@jdx](https://github.com/jdx) in [26caef8](https://github.com/jdx/mise-action/commit/26caef848708cd0517ce543fd46fffab8203a2a0) + ### ⚙️ Miscellaneous Tasks - loosen node version by [@jdx](https://github.com/jdx) in [5f7b5f7](https://github.com/jdx/mise-action/commit/5f7b5f779deed7c1cf8a300d07d84f8524941f6e) diff --git a/package-lock.json b/package-lock.json index 9ada263..a73c776 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mise-action", - "version": "2.1.9", + "version": "2.1.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mise-action", - "version": "2.1.9", + "version": "2.1.10", "license": "MIT", "dependencies": { "@actions/cache": "^4.0.0", diff --git a/package.json b/package.json index 3308eba..d809795 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mise-action", "description": "mise tool setup action", - "version": "2.1.9", + "version": "2.1.10", "author": "jdx", "private": true, "repository": {