This commit is contained in:
Jeff Dickey 2024-10-25 11:49:02 -05:00
parent cc7f0e6690
commit 4d056cf31b
No known key found for this signature in database
GPG key ID: 584DADE86724B407
3 changed files with 24 additions and 4 deletions

View file

@ -1,12 +1,32 @@
# Changelog # Changelog
--- ---
## [2.1.1](https://github.com/jdx/mise-action/compare/v2.1.0..2.1.1) - 2024-10-24 ## [2.1.2](https://github.com/jdx/mise-action/compare/v2.1.1..2.1.2) - 2024-10-25
### 🚀 Features
- use debug logging when in debug mode (#128) (#129) by [@xremming](https://github.com/xremming) in [#129](https://github.com/jdx/mise-action/pull/129)
### 🐛 Bug Fixes
- cache_save boolean bug (#135) by [@jdx](https://github.com/jdx) in [#135](https://github.com/jdx/mise-action/pull/135)
- renovate artifact updates by [@jdx](https://github.com/jdx) in [e3088a5](https://github.com/jdx/mise-action/commit/e3088a551cec0996df9a8c8865dd72bde3ce9db0)
### New Contributors
* @xremming made their first contribution in [#129](https://github.com/jdx/mise-action/pull/129)
---
## [2.1.1](https://github.com/jdx/mise-action/compare/v2.1.0..v2.1.1) - 2024-10-24
### 🐛 Bug Fixes ### 🐛 Bug Fixes
- cache mise bin (#134) by [@jdx](https://github.com/jdx) in [#134](https://github.com/jdx/mise-action/pull/134) - cache mise bin (#134) by [@jdx](https://github.com/jdx) in [#134](https://github.com/jdx/mise-action/pull/134)
### 🔍 Other Changes
- 2.1.1 by [@jdx](https://github.com/jdx) in [c160601](https://github.com/jdx/mise-action/commit/c1606014a9b1b7cd3e7c7f5fc607a25351fdffec)
### ⚙️ Miscellaneous Tasks ### ⚙️ Miscellaneous Tasks
- migrate away from deprecated git-cliff syntax by [@jdx](https://github.com/jdx) in [9395297](https://github.com/jdx/mise-action/commit/9395297141532d18a614dde9f37875907cf2b5a6) - migrate away from deprecated git-cliff syntax by [@jdx](https://github.com/jdx) in [9395297](https://github.com/jdx/mise-action/commit/9395297141532d18a614dde9f37875907cf2b5a6)

4
package-lock.json generated
View file

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