13
0
Fork 0
mirror of https://github.com/jdx/mise-action.git synced 2026-07-01 01:00:44 +00:00

chore: release v4.2.1

This commit is contained in:
mise-en-dev 2026-06-26 16:00:50 +00:00
parent bac1315236
commit a17ba3acb0
3 changed files with 10 additions and 3 deletions

View file

@ -1,5 +1,12 @@
# Changelog
---
## [4.2.1](https://github.com/jdx/mise-action/compare/v4.2.0..v4.2.1) - 2026-06-26
### 🔍 Other Changes
- Enable Entire for Codex (#529) by [@jdx](https://github.com/jdx) in [#529](https://github.com/jdx/mise-action/pull/529)
---
## [4.2.0](https://github.com/jdx/mise-action/compare/v4.1.0..v4.2.0) - 2026-06-17

4
package-lock.json generated
View file

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

View file

@ -1,7 +1,7 @@
{
"name": "mise-action",
"description": "mise tool setup action",
"version": "4.2.0",
"version": "4.2.1",
"author": "jdx",
"type": "module",
"private": true,