diff --git a/CHANGELOG.md b/CHANGELOG.md index 6904ed8..052ad01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.0](https://github.com/hverlin/mise-vscode/compare/v0.2.0...v0.3.0) (2024-11-13) + + +### Features + +* automatically configure extensions on startup ([e898dba](https://github.com/hverlin/mise-vscode/commit/e898dba66fde1465f00cdd99d3fac3cf373c8d0c)) +* prompt the user if they want to use shims ([af4d41e](https://github.com/hverlin/mise-vscode/commit/af4d41eafae307540570fc842b73ac2102d3b7ad)) + ## [0.2.0](https://github.com/hverlin/mise-vscode/compare/v0.1.3...v0.2.0) (2024-11-13) diff --git a/package.json b/package.json index 5fcd608..c0b8ca6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Mise VSCode", "publisher": "hverlin", "description": "VSCode extension for mise (manged dev tools, tasks and environment variables)", - "version": "0.2.0", + "version": "0.3.0", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"