Skip to content

Commit 429184f

Browse files
committed
2.3.0
1 parent 7e5e321 commit 429184f

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
---
4+
## [2.3.0](https://github.com/jdx/mise-action/compare/v2.2.3..v2.3.0) - 2025-06-25
5+
6+
### 🚀 Features
7+
8+
- pass github token for mise calls (#205) by [@matemoln](https://github.com/matemoln) in [#205](https://github.com/jdx/mise-action/pull/205)
9+
10+
### 🔍 Other Changes
11+
12+
- Add `reshim` flag to reshim after setup (#202) by [@andrewdriggs](https://github.com/andrewdriggs) in [#202](https://github.com/jdx/mise-action/pull/202)
13+
- add all MISE_ env vars to cache key (#197) by [@zeitlinger](https://github.com/zeitlinger) in [#197](https://github.com/jdx/mise-action/pull/197)
14+
15+
### ⚙️ Miscellaneous Tasks
16+
17+
- node-24 by [@jdx](https://github.com/jdx) in [ec352a8](https://github.com/jdx/mise-action/commit/ec352a89164842ea9cc8b6f67d1829660d9f1f78)
18+
- update deps (#203) by [@jdx](https://github.com/jdx) in [#203](https://github.com/jdx/mise-action/pull/203)
19+
- updated deps by [@jdx](https://github.com/jdx) in [7e5e321](https://github.com/jdx/mise-action/commit/7e5e321e56397b1b54f112ae65ce0c8f1d5dd8ca)
20+
21+
### New Contributors
22+
23+
* @matemoln made their first contribution in [#205](https://github.com/jdx/mise-action/pull/205)
24+
* @zeitlinger made their first contribution in [#197](https://github.com/jdx/mise-action/pull/197)
25+
* @andrewdriggs made their first contribution in [#202](https://github.com/jdx/mise-action/pull/202)
26+
327
---
428
## [2.2.3](https://github.com/jdx/mise-action/compare/v2.2.2..v2.2.3) - 2025-05-27
529

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mise-action",
33
"description": "mise tool setup action",
4-
"version": "2.2.3",
4+
"version": "2.3.0",
55
"author": "jdx",
66
"private": true,
77
"repository": {

0 commit comments

Comments
 (0)