From 3e282fcd55c8de21f232397e9fb876cd33e612f1 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Fri, 29 Mar 2024 21:04:05 -0500 Subject: [PATCH] 2.0.3 --- CHANGELOG.md | 11 ++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 592aa84..f46e7ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,22 @@ # Changelog --- -## [unreleased] +## [2.0.3](https://github.com/jdx/mise-action/compare/v2.0.2..2.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) +### 📚 Documentation + +- added git-cliff (#62) by [@jdx](https://github.com/jdx) in [#62](https://github.com/jdx/mise-action/pull/62) + +### ⚙️ Miscellaneous Tasks + +- npm update (#61) by [@jdx](https://github.com/jdx) in [#61](https://github.com/jdx/mise-action/pull/61) +- fix version script by [@jdx](https://github.com/jdx) in [736f8d9](https://github.com/jdx/mise-action/commit/736f8d9429367170ef64bbdd0b593f640cf1f55d) + --- ## [2.0.2](https://github.com/jdx/mise-action/compare/v2.0.1..v2.0.2) - 2024-01-13 diff --git a/package-lock.json b/package-lock.json index 35b3836..4b0202e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mise-action", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mise-action", - "version": "2.0.2", + "version": "2.0.3", "license": "MIT", "dependencies": { "@actions/cache": "^3.2.2", diff --git a/package.json b/package.json index 8338a3e..d7228fb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mise-action", "description": "mise tool setup action", - "version": "2.0.2", + "version": "2.0.3", "author": "jdx", "private": true, "repository": {