diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a38483..47b1d6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.45.1](https://github.com/hverlin/mise-vscode/compare/v0.45.0...v0.45.1) (2025-01-15) + + +### Bug Fixes + +* set mise.binPath to `mise` by default ([c382d5a](https://github.com/hverlin/mise-vscode/commit/c382d5a3d4a1b961d23a701079a045bf245da237)) + ## [0.45.0](https://github.com/hverlin/mise-vscode/compare/v0.44.0...v0.45.0) (2025-01-14) diff --git a/package.json b/package.json index 3e2b0fa..bd88059 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Mise VSCode", "publisher": "hverlin", "description": "mise support for Visual Studio code (dev-tools, tasks and environment variables)", - "version": "0.45.0", + "version": "0.45.1", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"