This commit is contained in:
Jeff Dickey 2024-10-27 20:26:10 -05:00
parent 534e1f8448
commit a4cfebde9c
No known key found for this signature in database
GPG key ID: 584DADE86724B407
3 changed files with 17 additions and 4 deletions

View file

@ -1,12 +1,25 @@
# Changelog # Changelog
--- ---
## [2.1.3](https://github.com/jdx/mise-action/compare/v2.1.2..2.1.3) - 2024-10-26 ## [2.1.4](https://github.com/jdx/mise-action/compare/v2.1.3..2.1.4) - 2024-10-28
### ⚙️ Miscellaneous Tasks
- fetch mise compressed by [@jdx](https://github.com/jdx) in [c20c9eb](https://github.com/jdx/mise-action/commit/c20c9ebb8b821ea3a64ef94f4144321702665fc4)
- fetch mise compressed by [@jdx](https://github.com/jdx) in [86b003e](https://github.com/jdx/mise-action/commit/86b003e69f7ac106f303afe7cf016b87641704d0)
- npm update by [@jdx](https://github.com/jdx) in [534e1f8](https://github.com/jdx/mise-action/commit/534e1f8448d3180fb23336b416d07e78ee67b9b7)
---
## [2.1.3](https://github.com/jdx/mise-action/compare/v2.1.2..v2.1.3) - 2024-10-26
### 🐛 Bug Fixes ### 🐛 Bug Fixes
- add `install_args` hash to cache key (#136) by [@risu729](https://github.com/risu729) in [#136](https://github.com/jdx/mise-action/pull/136) - add `install_args` hash to cache key (#136) by [@risu729](https://github.com/risu729) in [#136](https://github.com/jdx/mise-action/pull/136)
### 🔍 Other Changes
- 2.1.3 by [@jdx](https://github.com/jdx) in [943808f](https://github.com/jdx/mise-action/commit/943808f3f14bac3770a312c0bb13666971d502c1)
--- ---
## [2.1.2](https://github.com/jdx/mise-action/compare/v2.1.1..v2.1.2) - 2024-10-25 ## [2.1.2](https://github.com/jdx/mise-action/compare/v2.1.1..v2.1.2) - 2024-10-25

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "mise-action", "name": "mise-action",
"version": "2.1.3", "version": "2.1.4",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mise-action", "name": "mise-action",
"version": "2.1.3", "version": "2.1.4",
"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.1.3", "version": "2.1.4",
"author": "jdx", "author": "jdx",
"private": true, "private": true,
"repository": { "repository": {