This commit is contained in:
Jeff Dickey 2024-04-12 20:33:45 -05:00
parent 0f558f87e1
commit 0c39a522df
No known key found for this signature in database
GPG key ID: 584DADE86724B407
3 changed files with 12 additions and 4 deletions

View file

@ -1,12 +1,20 @@
# Changelog
---
## [2.0.3](https://github.com/jdx/mise-action/compare/v2.0.2..2.0.3) - 2024-03-30
## [2.0.4](https://github.com/jdx/mise-action/compare/v2.0.3..2.0.4) - 2024-04-13
### ⚙️ Miscellaneous Tasks
- **(eslint)** updated eslint@8 by [@jdx](https://github.com/jdx) in [0f558f8](https://github.com/jdx/mise-action/commit/0f558f87e146e155e5bd79c9f134bc09e95090a5)
---
## [2.0.3](https://github.com/jdx/mise-action/compare/v2.0.2..v2.0.3) - 2024-03-30
### 🔍 Other Changes
- recompile by [@jdx](https://github.com/jdx) in [5173b58](https://github.com/jdx/mise-action/commit/5173b58ce80d4fcb06718136d9549d8180441a91)
- npm update by [@jdx](https://github.com/jdx) in [e1f00a0](https://github.com/jdx/mise-action/commit/e1f00a0bf8dfe2cc7167344fde559956e187e92a)
- 2.0.3 by [@jdx](https://github.com/jdx) in [3e282fc](https://github.com/jdx/mise-action/commit/3e282fcd55c8de21f232397e9fb876cd33e612f1)
### 📚 Documentation

4
package-lock.json generated
View file

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

View file

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