diff --git a/CHANGELOG.md b/CHANGELOG.md index 052ad01..3cfafab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.1](https://github.com/hverlin/mise-vscode/compare/v0.3.0...v0.3.1) (2024-11-13) + + +### Bug Fixes + +* fix paths to shims ([4b846a4](https://github.com/hverlin/mise-vscode/commit/4b846a47abf340fa2230427052f638fc8eccbfb6)) + ## [0.3.0](https://github.com/hverlin/mise-vscode/compare/v0.2.0...v0.3.0) (2024-11-13) diff --git a/package.json b/package.json index c0b8ca6..259de04 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.3.0", + "version": "0.3.1", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"