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:
parent
bac1315236
commit
a17ba3acb0
3 changed files with 10 additions and 3 deletions
|
|
@ -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
4
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue