Skip to content

Commit

Permalink
2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Oct 25, 2024
1 parent cc7f0e6 commit 4d056cf
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 4 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 4d056cf

Please sign in to comment.