From c2cff75110c4085fa46b0dd374c08e58f48655d2 Mon Sep 17 00:00:00 2001 From: Hugues Verlin Date: Fri, 20 Dec 2024 10:50:50 +0100 Subject: [PATCH] chore(main): release 0.34.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5781794..018f031 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.34.3](https://github.com/hverlin/mise-vscode/compare/v0.34.2...v0.34.3) (2024-12-20) + + +### Bug Fixes + +* fix mise use action ([cdc5899](https://github.com/hverlin/mise-vscode/commit/cdc5899a6163a79477e8c5b30cd350f7d4c1631c)) + ## [0.34.2](https://github.com/hverlin/mise-vscode/compare/v0.34.1...v0.34.2) (2024-12-19) diff --git a/package.json b/package.json index dea8be0..52c7321 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.2", + "version": "0.34.3", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"