diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ed1119..526a82d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.1](https://github.com/hverlin/mise-vscode/compare/v0.9.0...v0.9.1) (2024-11-16) + + +### Bug Fixes + +* Fix path for symlinked tools in `.vscode` ([816a2a3](https://github.com/hverlin/mise-vscode/commit/816a2a3dd415d8da757526e046072a1634e0de14)) + ## [0.9.0](https://github.com/hverlin/mise-vscode/compare/v0.8.0...v0.9.0) (2024-11-16) diff --git a/package.json b/package.json index d60df05..0d9c6d3 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.9.0", + "version": "0.9.1", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"