diff --git a/.release-please-manifest.json b/.release-please-manifest.json index feda66084..f5fdadbf2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "actions/image-build": "0.1.8", "actions/success-check": "0.0.6", - "actions/use-mise": "1.1.3", + "actions/use-mise": "1.2.0", "services/outline-role-sync": "1.0.0", ".github/workflows": "2.4.0", "actions/pre-job": "2.0.4", diff --git a/actions/use-mise/CHANGELOG.md b/actions/use-mise/CHANGELOG.md index 662328caa..d038b6acd 100644 --- a/actions/use-mise/CHANGELOG.md +++ b/actions/use-mise/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/immich-app/devtools/compare/use-mise-action-v1.1.3...use-mise-action-v1.2.0) (2026-05-06) + + +### Features + +* expose working_directory to mise-action ([#1565](https://github.com/immich-app/devtools/issues/1565)) ([8d016aa](https://github.com/immich-app/devtools/commit/8d016aa8c3e11df563f343b788dc37870fa703b5)) + ## [1.1.3](https://github.com/immich-app/devtools/compare/use-mise-action-v1.1.2...use-mise-action-v1.1.3) (2026-03-24)