diff --git a/CHANGELOG.md b/CHANGELOG.md index 4608062..8713791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.46.2](https://github.com/hverlin/mise-vscode/compare/v0.46.1...v0.46.2) (2025-01-16) + + +### Bug Fixes + +* Do not show undefined if an env value is missing from mise env json output ([a6e3be2](https://github.com/hverlin/mise-vscode/commit/a6e3be25100ff41e6443e24f1fd1cd7acf258379)) + ## [0.46.1](https://github.com/hverlin/mise-vscode/compare/v0.46.0...v0.46.1) (2025-01-16) diff --git a/package.json b/package.json index aa7c4f3..8d719db 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.46.1", + "version": "0.46.2", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"