mirror of
https://github.com/jdx/mise-action.git
synced 2026-05-18 07:21:53 +00:00
chore: release v3.6.0 (#342)
--- ## [3.6.0](https://github.com/jdx/mise-action/compare/v3.5.1..v3.6.0) - 2026-01-18 ### π Features - add option to disable shims in PATH (#340) by [@jdx](https://github.com/jdx) in [#340](https://github.com/jdx/mise-action/pull/340) ### π Bug Fixes - **(cache)** isolate cache keys per working_directory in monorepos (#360) by [@chadxz](https://github.com/chadxz) in [#360](https://github.com/jdx/mise-action/pull/360) - use mise_dir input when specified (#339) by [@jdx](https://github.com/jdx) in [#339](https://github.com/jdx/mise-action/pull/339) - pass environment variables to mise commands (#341) by [@jdx](https://github.com/jdx) in [#341](https://github.com/jdx/mise-action/pull/341) - make mise self-update output visible in logs (#355) by [@nikobockerman](https://github.com/nikobockerman) in [#355](https://github.com/jdx/mise-action/pull/355) ### π Documentation - fix description for `mise_toml` input (#351) by [@quad](https://github.com/quad) in [#351](https://github.com/jdx/mise-action/pull/351) ### New Contributors * @chadxz made their first contribution in [#360](https://github.com/jdx/mise-action/pull/360) * @nikobockerman made their first contribution in [#355](https://github.com/jdx/mise-action/pull/355) * @quad made their first contribution in [#351](https://github.com/jdx/mise-action/pull/351) <!-- generated by git-cliff -->
This commit is contained in:
parent
d3b8e90970
commit
c53b9236f0
3 changed files with 27 additions and 3 deletions
24
CHANGELOG.md
24
CHANGELOG.md
|
|
@ -1,5 +1,29 @@
|
|||
# Changelog
|
||||
|
||||
---
|
||||
## [3.6.0](https://github.com/jdx/mise-action/compare/v3.5.1..v3.6.0) - 2026-01-18
|
||||
|
||||
### π Features
|
||||
|
||||
- add option to disable shims in PATH (#340) by [@jdx](https://github.com/jdx) in [#340](https://github.com/jdx/mise-action/pull/340)
|
||||
|
||||
### π Bug Fixes
|
||||
|
||||
- **(cache)** isolate cache keys per working_directory in monorepos (#360) by [@chadxz](https://github.com/chadxz) in [#360](https://github.com/jdx/mise-action/pull/360)
|
||||
- use mise_dir input when specified (#339) by [@jdx](https://github.com/jdx) in [#339](https://github.com/jdx/mise-action/pull/339)
|
||||
- pass environment variables to mise commands (#341) by [@jdx](https://github.com/jdx) in [#341](https://github.com/jdx/mise-action/pull/341)
|
||||
- make mise self-update output visible in logs (#355) by [@nikobockerman](https://github.com/nikobockerman) in [#355](https://github.com/jdx/mise-action/pull/355)
|
||||
|
||||
### π Documentation
|
||||
|
||||
- fix description for `mise_toml` input (#351) by [@quad](https://github.com/quad) in [#351](https://github.com/jdx/mise-action/pull/351)
|
||||
|
||||
### New Contributors
|
||||
|
||||
* @chadxz made their first contribution in [#360](https://github.com/jdx/mise-action/pull/360)
|
||||
* @nikobockerman made their first contribution in [#355](https://github.com/jdx/mise-action/pull/355)
|
||||
* @quad made their first contribution in [#351](https://github.com/jdx/mise-action/pull/351)
|
||||
|
||||
---
|
||||
## [3.5.1](https://github.com/jdx/mise-action/compare/v3.5.0..v3.5.1) - 2025-11-24
|
||||
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "mise-action",
|
||||
"version": "3.5.1",
|
||||
"version": "3.6.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mise-action",
|
||||
"version": "3.5.1",
|
||||
"version": "3.6.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/cache": "^4.0.0",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "mise-action",
|
||||
"description": "mise tool setup action",
|
||||
"version": "3.5.1",
|
||||
"version": "3.6.0",
|
||||
"author": "jdx",
|
||||
"private": true,
|
||||
"repository": {
|
||||
|
|
|
|||
Loadingβ¦
Add table
Add a link
Reference in a new issue