chore: release v3.3.1 (#288)

---
## [3.3.1](https://github.com/jdx/mise-action/compare/v3.3.0..v3.3.1) -
2025-10-06

### 🐛 Bug Fixes

- trim "v" prefix on update (#287) by
[@zeitlinger](https://github.com/zeitlinger) in
[#287](https://github.com/jdx/mise-action/pull/287)

<!-- generated by git-cliff -->
This commit is contained in:
mise-en-dev 2025-10-06 06:21:38 -05:00 committed by GitHub
parent 254003e261
commit e3d7b8d67a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 3 deletions

View file

@ -1,5 +1,12 @@
# Changelog
---
## [3.3.1](https://github.com/jdx/mise-action/compare/v3.3.0..v3.3.1) - 2025-10-06
### 🐛 Bug Fixes
- trim "v" prefix on update (#287) by [@zeitlinger](https://github.com/zeitlinger) in [#287](https://github.com/jdx/mise-action/pull/287)
---
## [3.3.0](https://github.com/jdx/mise-action/compare/v3.2.0..v3.3.0) - 2025-10-03
@ -19,6 +26,7 @@
### New Contributors
* @mise-en-dev made their first contribution in [#284](https://github.com/jdx/mise-action/pull/284)
* @ImpSy made their first contribution in [#277](https://github.com/jdx/mise-action/pull/277)
---

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "mise-action",
"version": "3.3.0",
"version": "3.3.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mise-action",
"version": "3.3.0",
"version": "3.3.1",
"license": "MIT",
"dependencies": {
"@actions/cache": "^4.0.0",

View file

@ -1,7 +1,7 @@
{
"name": "mise-action",
"description": "mise tool setup action",
"version": "3.3.0",
"version": "3.3.1",
"author": "jdx",
"private": true,
"repository": {