2.1.1
This commit is contained in:
parent
1b7ab9b9c1
commit
c1606014a9
3 changed files with 16 additions and 4 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,7 +1,18 @@
|
|||
# Changelog
|
||||
|
||||
---
|
||||
## [2.1.0](https://github.com/jdx/mise-action/compare/v2.0.6..2.1.0) - 2024-09-25
|
||||
## [2.1.1](https://github.com/jdx/mise-action/compare/v2.1.0..2.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)
|
||||
|
||||
### ⚙️ 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)
|
||||
|
||||
---
|
||||
## [2.1.0](https://github.com/jdx/mise-action/compare/v2.0.6..v2.1.0) - 2024-09-25
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
|
@ -10,6 +21,7 @@
|
|||
### 🔍 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)
|
||||
- 2.1.0 by [@jdx](https://github.com/jdx) in [f8dfbcc](https://github.com/jdx/mise-action/commit/f8dfbcc150159126838e44b882bf34bd98fd90f3)
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "mise-action",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mise-action",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/cache": "^3.2.2",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "mise-action",
|
||||
"description": "mise tool setup action",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"author": "jdx",
|
||||
"private": true,
|
||||
"repository": {
|
||||
|
|
Loading…
Add table
Reference in a new issue