diff --git a/CHANGELOG.md b/CHANGELOG.md index 05c650f..c135336 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.31.2](https://github.com/hverlin/mise-vscode/compare/v0.31.1...v0.31.2) (2024-12-13) + + +### Bug Fixes + +* log error if activation fails ([286dd0f](https://github.com/hverlin/mise-vscode/commit/286dd0fcdb62404c335edc686b0a7bc311ec048a)) + ## [0.31.1](https://github.com/hverlin/mise-vscode/compare/v0.31.0...v0.31.1) (2024-12-11) diff --git a/package.json b/package.json index 4e789ed..0f2c1e7 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.31.1", + "version": "0.31.2", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"