mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-14 22:00:34 +00:00
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:
parent
254003e261
commit
e3d7b8d67a
3 changed files with 11 additions and 3 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue