diff --git a/CHANGELOG.md b/CHANGELOG.md index 356946a..1ba20ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.17.1](https://github.com/hverlin/mise-vscode/compare/v0.17.0...v0.17.1) (2024-11-21) + + +### Bug Fixes + +* add vfox plugin for dart as well ([95a6951](https://github.com/hverlin/mise-vscode/commit/95a69516c7961a8d11fba931f3b5262951e946f6)) + ## [0.17.0](https://github.com/hverlin/mise-vscode/compare/v0.16.0...v0.17.0) (2024-11-21) diff --git a/package.json b/package.json index 543c17c..38ab1ac 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.17.0", + "version": "0.17.1", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"