From 0c39a522dfbced3ed83924152c45804a71ce216f Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Fri, 12 Apr 2024 20:33:45 -0500 Subject: [PATCH] 2.0.4 --- CHANGELOG.md | 10 +++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f46e7ed..893bea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,20 @@ # Changelog --- -## [2.0.3](https://github.com/jdx/mise-action/compare/v2.0.2..2.0.3) - 2024-03-30 +## [2.0.4](https://github.com/jdx/mise-action/compare/v2.0.3..2.0.4) - 2024-04-13 + +### ⚙️ Miscellaneous Tasks + +- **(eslint)** updated eslint@8 by [@jdx](https://github.com/jdx) in [0f558f8](https://github.com/jdx/mise-action/commit/0f558f87e146e155e5bd79c9f134bc09e95090a5) + +--- +## [2.0.3](https://github.com/jdx/mise-action/compare/v2.0.2..v2.0.3) - 2024-03-30 ### 🔍 Other Changes - recompile by [@jdx](https://github.com/jdx) in [5173b58](https://github.com/jdx/mise-action/commit/5173b58ce80d4fcb06718136d9549d8180441a91) - npm update by [@jdx](https://github.com/jdx) in [e1f00a0](https://github.com/jdx/mise-action/commit/e1f00a0bf8dfe2cc7167344fde559956e187e92a) +- 2.0.3 by [@jdx](https://github.com/jdx) in [3e282fc](https://github.com/jdx/mise-action/commit/3e282fcd55c8de21f232397e9fb876cd33e612f1) ### 📚 Documentation diff --git a/package-lock.json b/package-lock.json index 396a789..a6e4483 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mise-action", - "version": "2.0.3", + "version": "2.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mise-action", - "version": "2.0.3", + "version": "2.0.4", "license": "MIT", "dependencies": { "@actions/cache": "^3.2.2", diff --git a/package.json b/package.json index 987677b..ab9a9ed 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mise-action", "description": "mise tool setup action", - "version": "2.0.3", + "version": "2.0.4", "author": "jdx", "private": true, "repository": {