From 63a673876c7072c1d6ecb2049c0d572976c83b22 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:25:11 -0600 Subject: [PATCH] 2.1.7 --- CHANGELOG.md | 18 +++++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 709d077..dc86551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,28 @@ # Changelog --- -## [2.1.6](https://github.com/jdx/mise-action/compare/v2.1.5..2.1.6) - 2024-11-06 +## [2.1.7](https://github.com/jdx/mise-action/compare/v2.1.6..2.1.7) - 2024-11-18 + +### 🐛 Bug Fixes + +- fix cache_save option (#144) by [@risu729](https://github.com/risu729) in [#144](https://github.com/jdx/mise-action/pull/144) + +### ⚙️ Miscellaneous Tasks + +- updated deps by [@jdx](https://github.com/jdx) in [6c29640](https://github.com/jdx/mise-action/commit/6c296408362b673546bb400d2ab09f8aabf439b8) +- added pre-commit task by [@jdx](https://github.com/jdx) in [793f8df](https://github.com/jdx/mise-action/commit/793f8df48436e9c0f72668b834ee7847dfdea74b) + +--- +## [2.1.6](https://github.com/jdx/mise-action/compare/v2.1.5..v2.1.6) - 2024-11-06 ### 🐛 Bug Fixes - use correct glob format for cache key file hash (#139) by [@Syquel](https://github.com/Syquel) in [#139](https://github.com/jdx/mise-action/pull/139) +### 🔍 Other Changes + +- 2.1.6 by [@jdx](https://github.com/jdx) in [53d027c](https://github.com/jdx/mise-action/commit/53d027c2e96fed8f955f5d95bff910a3e031cc58) + ### New Contributors * @Syquel made their first contribution in [#139](https://github.com/jdx/mise-action/pull/139) diff --git a/package-lock.json b/package-lock.json index 3598995..f47af9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mise-action", - "version": "2.1.6", + "version": "2.1.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mise-action", - "version": "2.1.6", + "version": "2.1.7", "license": "MIT", "dependencies": { "@actions/cache": "^3.2.2", diff --git a/package.json b/package.json index aabd1b3..5327c36 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mise-action", "description": "mise tool setup action", - "version": "2.1.6", + "version": "2.1.7", "author": "jdx", "private": true, "repository": {