Skip to content

Commit 1648a78

Browse files
authored
chore: release v4.0.1 (#406)
--- ## [4.0.1](https://github.com/jdx/mise-action/compare/v4.0.0..v4.0.1) - 2026-03-22 ### πŸ› Bug Fixes - run npm install in pre-commit hook before build (#410) by [@jdx](https://github.com/jdx) in [#410](#410) ### 🚜 Refactor - extract getCwd() helper to deduplicate working directory resolution (#403) by [@altendky](https://github.com/altendky) in [#403](#403) ### πŸ“š Documentation - bump versions listed im README.md (#407) by [@deining](https://github.com/deining) in [#407](#407) - bump more versions listed in README.md (#408) by [@deining](https://github.com/deining) in [#408](#408) ### βš™οΈ Miscellaneous Tasks - add workflow to auto-close stale PRs (#409) by [@jdx](https://github.com/jdx) in [#409](#409) ### New Contributors * @deining made their first contribution in [#408](#408) <!-- generated by git-cliff -->
1 parent e2d499c commit 1648a78

3 files changed

Lines changed: 27 additions & 3 deletions

File tree

β€Ž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+
## [4.0.1](https://github.com/jdx/mise-action/compare/v4.0.0..v4.0.1) - 2026-03-22
5+
6+
### πŸ› Bug Fixes
7+
8+
- run npm install in pre-commit hook before build (#410) by [@jdx](https://github.com/jdx) in [#410](https://github.com/jdx/mise-action/pull/410)
9+
10+
### 🚜 Refactor
11+
12+
- extract getCwd() helper to deduplicate working directory resolution (#403) by [@altendky](https://github.com/altendky) in [#403](https://github.com/jdx/mise-action/pull/403)
13+
14+
### πŸ“š Documentation
15+
16+
- bump versions listed im README.md (#407) by [@deining](https://github.com/deining) in [#407](https://github.com/jdx/mise-action/pull/407)
17+
- bump more versions listed in README.md (#408) by [@deining](https://github.com/deining) in [#408](https://github.com/jdx/mise-action/pull/408)
18+
19+
### βš™οΈ Miscellaneous Tasks
20+
21+
- add workflow to auto-close stale PRs (#409) by [@jdx](https://github.com/jdx) in [#409](https://github.com/jdx/mise-action/pull/409)
22+
23+
### New Contributors
24+
25+
* @deining made their first contribution in [#408](https://github.com/jdx/mise-action/pull/408)
26+
327
---
428
## [4.0.0](https://github.com/jdx/mise-action/compare/v3.6.3..v4.0.0) - 2026-03-13
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": "4.0.0",
4+
"version": "4.0.1",
55
"author": "jdx",
66
"private": true,
77
"repository": {

0 commit comments

Comments
Β (0)