This commit is contained in:
Jeff Dickey 2024-09-25 16:31:21 -05:00
parent 9d00159afd
commit f8dfbcc150
No known key found for this signature in database
GPG key ID: 584DADE86724B407
3 changed files with 30 additions and 4 deletions

View file

@ -1,12 +1,38 @@
# Changelog # Changelog
--- ---
## [2.0.6](https://github.com/jdx/mise-action/compare/v2.0.5..2.0.6) - 2024-06-01 ## [2.1.0](https://github.com/jdx/mise-action/compare/v2.0.6..2.1.0) - 2024-09-25
### 🚀 Features
- support windows (#122) by [@jdx](https://github.com/jdx) in [#122](https://github.com/jdx/mise-action/pull/122)
### 🔍 Other Changes
- Update README.md to refer to v2 consistently (#96) by [@ericmatthys](https://github.com/ericmatthys) in [#96](https://github.com/jdx/mise-action/pull/96)
### ⚙️ Miscellaneous Tasks
- automatically rebuild with renovate by [@jdx](https://github.com/jdx) in [227736a](https://github.com/jdx/mise-action/commit/227736a40e984c2e42a85e7a6510cc7e6224e340)
- automatically rebuild with renovate by [@jdx](https://github.com/jdx) in [4400109](https://github.com/jdx/mise-action/commit/4400109e6e725bab3c202b84a14b7610d222c43a)
- husky deprecation by [@jdx](https://github.com/jdx) in [da1c427](https://github.com/jdx/mise-action/commit/da1c427f6eede946da99ca50d5b5e2cdb7803a27)
- eslint@9 by [@jdx](https://github.com/jdx) in [b0dcf03](https://github.com/jdx/mise-action/commit/b0dcf03524c2969a1045920604661c79fa02e881)
### New Contributors
* @ericmatthys made their first contribution in [#96](https://github.com/jdx/mise-action/pull/96)
---
## [2.0.6](https://github.com/jdx/mise-action/compare/v2.0.5..v2.0.6) - 2024-06-01
### 🚀 Features ### 🚀 Features
- added config filenames to hashFiles (#86) by [@risu729](https://github.com/risu729) in [#86](https://github.com/jdx/mise-action/pull/86) - added config filenames to hashFiles (#86) by [@risu729](https://github.com/risu729) in [#86](https://github.com/jdx/mise-action/pull/86)
### 🔍 Other Changes
- 2.0.6 by [@jdx](https://github.com/jdx) in [d6e32c1](https://github.com/jdx/mise-action/commit/d6e32c1796099e0f1f3ac741c220a8b7eae9e5dd)
### ⚙️ Miscellaneous Tasks ### ⚙️ Miscellaneous Tasks
- rebuild by [@jdx](https://github.com/jdx) in [d0dc8c8](https://github.com/jdx/mise-action/commit/d0dc8c81e39f1b4571ed0668cd7fa6be57534ad2) - rebuild by [@jdx](https://github.com/jdx) in [d0dc8c8](https://github.com/jdx/mise-action/commit/d0dc8c81e39f1b4571ed0668cd7fa6be57534ad2)

4
package-lock.json generated
View file

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