From d16887ba50704baed7de72bd1e82e04391e4457a Mon Sep 17 00:00:00 2001 From: mise-en-dev Date: Fri, 21 Nov 2025 04:42:39 -0600 Subject: [PATCH] chore: release v3.5.0 (#322) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ## [3.5.0](https://github.com/jdx/mise-action/compare/v3.4.1..v3.5.0) - 2025-11-21 ### 🚀 Features - **(action)** moved save cache to post step (#321) by [@aamkye](https://github.com/aamkye) in [#321](https://github.com/jdx/mise-action/pull/321) ### New Contributors * @aamkye made their first contribution in [#321](https://github.com/jdx/mise-action/pull/321) --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b0663a..073570d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +--- +## [3.5.0](https://github.com/jdx/mise-action/compare/v3.4.1..v3.5.0) - 2025-11-21 + +### 🚀 Features + +- **(action)** moved save cache to post step (#321) by [@aamkye](https://github.com/aamkye) in [#321](https://github.com/jdx/mise-action/pull/321) + +### New Contributors + +* @aamkye made their first contribution in [#321](https://github.com/jdx/mise-action/pull/321) + --- ## [3.4.1](https://github.com/jdx/mise-action/compare/v3.4.0..v3.4.1) - 2025-11-13 diff --git a/package-lock.json b/package-lock.json index ca5ce33..782e293 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mise-action", - "version": "3.4.1", + "version": "3.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mise-action", - "version": "3.4.1", + "version": "3.5.0", "license": "MIT", "dependencies": { "@actions/cache": "^4.0.0", diff --git a/package.json b/package.json index 4ab2bc8..09211cd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mise-action", "description": "mise tool setup action", - "version": "3.4.1", + "version": "3.5.0", "author": "jdx", "private": true, "repository": {