From a3d3451c5d3a1f82362ad2bab9e2e5aa53165f7d Mon Sep 17 00:00:00 2001 From: Hugues Verlin Date: Mon, 9 Dec 2024 09:45:06 -0800 Subject: [PATCH] chore(main): release 0.29.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0d5fd1..9deaba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.29.1](https://github.com/hverlin/mise-vscode/compare/v0.29.0...v0.29.1) (2024-12-09) + + +### Bug Fixes + +* improve windows support ([d3b6e62](https://github.com/hverlin/mise-vscode/commit/d3b6e6295aa081b13825fac202b93a7af5d7a30d)) + ## [0.29.0](https://github.com/hverlin/mise-vscode/compare/v0.28.1...v0.29.0) (2024-12-09) diff --git a/package.json b/package.json index f55c6f2..fcc4fd8 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.29.0", + "version": "0.29.1", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"