diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ed16e2..a141627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.35.0](https://github.com/hverlin/mise-vscode/compare/v0.34.4...v0.35.0) (2024-12-23) + + +### Features + +* Add autocompletion for tool names and versions ([e742e6f](https://github.com/hverlin/mise-vscode/commit/e742e6faf6824a5f713491790f57a29e80c81345)) + ## [0.34.4](https://github.com/hverlin/mise-vscode/compare/v0.34.3...v0.34.4) (2024-12-20) diff --git a/package.json b/package.json index 0a9da3e..6f1c3c8 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.34.4", + "version": "0.35.0", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"