From 6a6201f92ff49b0fcd121a8211d4250788f5b218 Mon Sep 17 00:00:00 2001 From: Hugues Verlin Date: Sun, 15 Dec 2024 18:29:51 +0100 Subject: [PATCH] chore(main): release 0.33.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77b264c..5abaeb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.33.2](https://github.com/hverlin/mise-vscode/compare/v0.33.1...v0.33.2) (2024-12-15) + + +### Bug Fixes + +* improve path handling on windows ([52e346c](https://github.com/hverlin/mise-vscode/commit/52e346c8f4b3e1ba50e8b35783ca03412f2910ae)) +* remove resource scope for settings ([a7d42ab](https://github.com/hverlin/mise-vscode/commit/a7d42abb0c96795c0fb91b22e09c92bbb572b9de)) + ## [0.33.1](https://github.com/hverlin/mise-vscode/compare/v0.33.0...v0.33.1) (2024-12-14) diff --git a/package.json b/package.json index 02844b9..9763db0 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.33.1", + "version": "0.33.2", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"