From 945908e2903cb54bafa8bab3eadbaedccacdcc95 Mon Sep 17 00:00:00 2001 From: Hugues Verlin Date: Fri, 20 Dec 2024 16:30:47 +0100 Subject: [PATCH] chore(main): release 0.34.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 018f031..9ed16e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.34.4](https://github.com/hverlin/mise-vscode/compare/v0.34.3...v0.34.4) (2024-12-20) + + +### Bug Fixes + +* Improve error handling. Improve file watcher. ([a9a3ae2](https://github.com/hverlin/mise-vscode/commit/a9a3ae2b5a39bfac48cde5cb98ca0bbedf2f64a3)) + ## [0.34.3](https://github.com/hverlin/mise-vscode/compare/v0.34.2...v0.34.3) (2024-12-20) diff --git a/package.json b/package.json index 3107d84..0a9da3e 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.34.3", + "version": "0.34.4", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"