This commit is contained in:
jdx 2024-11-06 08:44:10 -06:00
parent 7b77be967a
commit 53d027c2e9
No known key found for this signature in database
GPG key ID: 584DADE86724B407
3 changed files with 19 additions and 4 deletions

View file

@ -1,13 +1,28 @@
# Changelog
---
## [2.1.5](https://github.com/jdx/mise-action/compare/v2.1.4..2.1.5) - 2024-11-04
## [2.1.6](https://github.com/jdx/mise-action/compare/v2.1.5..2.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)
### New Contributors
* @Syquel made their first contribution in [#139](https://github.com/jdx/mise-action/pull/139)
---
## [2.1.5](https://github.com/jdx/mise-action/compare/v2.1.4..v2.1.5) - 2024-11-04
### 🐛 Bug Fixes
- overwrite MISE_LOG_LEVEL when in debug mode (#138) by [@xremming](https://github.com/xremming) in [#138](https://github.com/jdx/mise-action/pull/138)
- use lockfile for cache key by [@jdx](https://github.com/jdx) in [57eda1a](https://github.com/jdx/mise-action/commit/57eda1a45f7d845430bae3b1767b84cf842802c9)
### 🔍 Other Changes
- 2.1.5 by [@jdx](https://github.com/jdx) in [3cea416](https://github.com/jdx/mise-action/commit/3cea416127de5a8efd9642eb725267750e5c09b7)
### 📚 Documentation
- updated README by [@jdx](https://github.com/jdx) in [12823cc](https://github.com/jdx/mise-action/commit/12823cc980f4f0814006dfbc26812972f3029d2a)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "mise-action",
"version": "2.1.5",
"version": "2.1.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mise-action",
"version": "2.1.5",
"version": "2.1.6",
"license": "MIT",
"dependencies": {
"@actions/cache": "^3.2.2",

View file

@ -1,7 +1,7 @@
{
"name": "mise-action",
"description": "mise tool setup action",
"version": "2.1.5",
"version": "2.1.6",
"author": "jdx",
"private": true,
"repository": {