From d6e32c1796099e0f1f3ac741c220a8b7eae9e5dd Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Sat, 1 Jun 2024 17:32:54 -0500 Subject: [PATCH] 2.0.6 --- CHANGELOG.md | 21 ++++++++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c210ac..f9ecbcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,22 @@ # Changelog --- -## [2.0.5](https://github.com/jdx/mise-action/compare/v2.0.4..2.0.5) - 2024-06-01 +## [2.0.6](https://github.com/jdx/mise-action/compare/v2.0.5..2.0.6) - 2024-06-01 + +### 🚀 Features + +- added config filenames to hashFiles (#86) by [@risu729](https://github.com/risu729) in [#86](https://github.com/jdx/mise-action/pull/86) + +### ⚙️ Miscellaneous Tasks + +- 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 ### 🚀 Features @@ -13,6 +28,10 @@ - fix: rename "install_dir" config to "working_directory" by [@jdx](https://github.com/jdx) in [4541e25](https://github.com/jdx/mise-action/commit/4541e25ef8810d37ad00a583c84cc582701049c0) - deprecated install_dir by [@jdx](https://github.com/jdx) in [2e6a26b](https://github.com/jdx/mise-action/commit/2e6a26bb550e828ee46768dd1507028b4e2b8702) +### 🔍 Other Changes + +- 2.0.5 by [@jdx](https://github.com/jdx) in [b02b057](https://github.com/jdx/mise-action/commit/b02b0576a303103155c986ce4e0ee322dcda8f72) + ### 📚 Documentation - changelog by [@jdx](https://github.com/jdx) in [f8de9e3](https://github.com/jdx/mise-action/commit/f8de9e38d34fe5aee1b8430c404c6f9a08379f90) diff --git a/package-lock.json b/package-lock.json index f3488d7..7189d83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mise-action", - "version": "2.0.5", + "version": "2.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mise-action", - "version": "2.0.5", + "version": "2.0.6", "license": "MIT", "dependencies": { "@actions/cache": "^3.2.2", diff --git a/package.json b/package.json index 5fc717a..2c174ab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mise-action", "description": "mise tool setup action", - "version": "2.0.5", + "version": "2.0.6", "author": "jdx", "private": true, "repository": {