From 3cea416127de5a8efd9642eb725267750e5c09b7 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:28:59 -0600 Subject: [PATCH] 2.1.5 --- CHANGELOG.md | 26 +++++++++++++++++++++----- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 24 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f55f59..c251fcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,27 @@ # Changelog --- -## [2.1.4](https://github.com/jdx/mise-action/compare/v2.1.3..2.1.4) - 2024-10-28 +## [2.1.5](https://github.com/jdx/mise-action/compare/v2.1.4..2.1.5) - 2024-11-04 + +### 🐛 Bug Fixes + +- overwrite MISE_LOG_LEVEL when in debug mode (#138) by [@xremming](https://github.com/xremming) in [#138](https://github.com/jdx/mise-action/pull/138) +- use lockfile for cache key by [@jdx](https://github.com/jdx) in [57eda1a](https://github.com/jdx/mise-action/commit/57eda1a45f7d845430bae3b1767b84cf842802c9) + +### 📚 Documentation + +- updated README by [@jdx](https://github.com/jdx) in [12823cc](https://github.com/jdx/mise-action/commit/12823cc980f4f0814006dfbc26812972f3029d2a) + +### ⚙️ Miscellaneous Tasks + +- update deps by [@jdx](https://github.com/jdx) in [239a5da](https://github.com/jdx/mise-action/commit/239a5da37ca9a5534f590a6f92901c199714391f) + +--- +## [2.1.4](https://github.com/jdx/mise-action/compare/v2.1.3..v2.1.4) - 2024-10-28 + +### 🔍 Other Changes + +- 2.1.4 by [@jdx](https://github.com/jdx) in [a4cfebd](https://github.com/jdx/mise-action/commit/a4cfebde9ceb9b49b54db1d148fa86a52e1b7fab) ### ⚙️ Miscellaneous Tasks @@ -36,10 +56,6 @@ - 2.1.2 by [@jdx](https://github.com/jdx) in [4d056cf](https://github.com/jdx/mise-action/commit/4d056cf31b20dbda64e7e44dc5da5565707b00d3) -### New Contributors - -* @xremming made their first contribution in [#129](https://github.com/jdx/mise-action/pull/129) - --- ## [2.1.1](https://github.com/jdx/mise-action/compare/v2.1.0..v2.1.1) - 2024-10-24 diff --git a/package-lock.json b/package-lock.json index e69608e..93d21bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mise-action", - "version": "2.1.4", + "version": "2.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mise-action", - "version": "2.1.4", + "version": "2.1.5", "license": "MIT", "dependencies": { "@actions/cache": "^3.2.2", diff --git a/package.json b/package.json index 6e611a0..71142cd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mise-action", "description": "mise tool setup action", - "version": "2.1.4", + "version": "2.1.5", "author": "jdx", "private": true, "repository": {