Skip to content

Commit

Permalink
2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Nov 18, 2024
1 parent 793f8df commit 63a6738
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,28 @@
# Changelog

---
## [2.1.6](https://github.com/jdx/mise-action/compare/v2.1.5..2.1.6) - 2024-11-06
## [2.1.7](https://github.com/jdx/mise-action/compare/v2.1.6..2.1.7) - 2024-11-18

### 🐛 Bug Fixes

- fix cache_save option (#144) by [@risu729](https://github.com/risu729) in [#144](https://github.com/jdx/mise-action/pull/144)

### ⚙️ Miscellaneous Tasks

- updated deps by [@jdx](https://github.com/jdx) in [6c29640](https://github.com/jdx/mise-action/commit/6c296408362b673546bb400d2ab09f8aabf439b8)
- added pre-commit task by [@jdx](https://github.com/jdx) in [793f8df](https://github.com/jdx/mise-action/commit/793f8df48436e9c0f72668b834ee7847dfdea74b)

---
## [2.1.6](https://github.com/jdx/mise-action/compare/v2.1.5..v2.1.6) - 2024-11-06

### 🐛 Bug Fixes

- use correct glob format for cache key file hash (#139) by [@Syquel](https://github.com/Syquel) in [#139](https://github.com/jdx/mise-action/pull/139)

### 🔍 Other Changes

- 2.1.6 by [@jdx](https://github.com/jdx) in [53d027c](https://github.com/jdx/mise-action/commit/53d027c2e96fed8f955f5d95bff910a3e031cc58)

### New Contributors

* @Syquel made their first contribution in [#139](https://github.com/jdx/mise-action/pull/139)
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.6",
"version": "2.1.7",
"author": "jdx",
"private": true,
"repository": {
Expand Down

0 comments on commit 63a6738

Please sign in to comment.