This commit is contained in:
Jeff Dickey 2024-06-01 11:14:26 -05:00
parent 0e1d477af1
commit b02b0576a3
No known key found for this signature in database
GPG key ID: 584DADE86724B407
3 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# Changelog # Changelog
--- ---
## [2.0.4](https://github.com/jdx/mise-action/compare/v2.0.4..2.0.4) - 2024-06-01 ## [2.0.5](https://github.com/jdx/mise-action/compare/v2.0.4..2.0.5) - 2024-06-01
### 🚀 Features ### 🚀 Features
@ -16,6 +16,7 @@
### 📚 Documentation ### 📚 Documentation
- changelog by [@jdx](https://github.com/jdx) in [f8de9e3](https://github.com/jdx/mise-action/commit/f8de9e38d34fe5aee1b8430c404c6f9a08379f90) - changelog by [@jdx](https://github.com/jdx) in [f8de9e3](https://github.com/jdx/mise-action/commit/f8de9e38d34fe5aee1b8430c404c6f9a08379f90)
- updated CHANGELOG.md by [@jdx](https://github.com/jdx) in [0e1d477](https://github.com/jdx/mise-action/commit/0e1d477af13b406bb837581f7d9ae8df5283427c)
### ⚙️ Miscellaneous Tasks ### ⚙️ Miscellaneous Tasks

4
package-lock.json generated
View file

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

View file

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