2.1.2
This commit is contained in:
parent
cc7f0e6690
commit
4d056cf31b
3 changed files with 24 additions and 4 deletions
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -1,12 +1,32 @@
|
|||
# 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
|
||||
|
||||
- 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
|
||||
|
||||
- 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
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "mise-action",
|
||||
"version": "2.1.1",
|
||||
"version": "2.1.2",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mise-action",
|
||||
"version": "2.1.1",
|
||||
"version": "2.1.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/cache": "^3.2.2",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "mise-action",
|
||||
"description": "mise tool setup action",
|
||||
"version": "2.1.1",
|
||||
"version": "2.1.2",
|
||||
"author": "jdx",
|
||||
"private": true,
|
||||
"repository": {
|
||||
|
|
Loading…
Add table
Reference in a new issue