From 943808f3f14bac3770a312c0bb13666971d502c1 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Sat, 26 Oct 2024 06:51:32 -0500 Subject: [PATCH] 2.1.3 --- CHANGELOG.md | 17 ++++++++++++----- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a92e9c2..55bb02e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ # Changelog --- -## [2.1.2](https://github.com/jdx/mise-action/compare/v2.1.1..2.1.2) - 2024-10-25 +## [2.1.3](https://github.com/jdx/mise-action/compare/v2.1.2..2.1.3) - 2024-10-26 + +### 🐛 Bug Fixes + +- add `install_args` hash to cache key (#136) by [@risu729](https://github.com/risu729) in [#136](https://github.com/jdx/mise-action/pull/136) + +--- +## [2.1.2](https://github.com/jdx/mise-action/compare/v2.1.1..v2.1.2) - 2024-10-25 ### 🚀 Features @@ -12,6 +19,10 @@ - cache_save boolean bug (#135) by [@jdx](https://github.com/jdx) in [#135](https://github.com/jdx/mise-action/pull/135) - renovate artifact updates by [@jdx](https://github.com/jdx) in [e3088a5](https://github.com/jdx/mise-action/commit/e3088a551cec0996df9a8c8865dd72bde3ce9db0) +### 🔍 Other Changes + +- 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) @@ -69,10 +80,6 @@ - rebuild by [@jdx](https://github.com/jdx) in [d0dc8c8](https://github.com/jdx/mise-action/commit/d0dc8c81e39f1b4571ed0668cd7fa6be57534ad2) -### New Contributors - -* @risu729 made their first contribution in [#86](https://github.com/jdx/mise-action/pull/86) - --- ## [2.0.5](https://github.com/jdx/mise-action/compare/v2.0.4..v2.0.5) - 2024-06-01 diff --git a/package-lock.json b/package-lock.json index 430142b..9026969 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mise-action", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mise-action", - "version": "2.1.2", + "version": "2.1.3", "license": "MIT", "dependencies": { "@actions/cache": "^3.2.2", diff --git a/package.json b/package.json index de4441f..bab5f7f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mise-action", "description": "mise tool setup action", - "version": "2.1.2", + "version": "2.1.3", "author": "jdx", "private": true, "repository": {