From 3d8abb664b46beed4b56be9e2a1c7f40e7d13415 Mon Sep 17 00:00:00 2001 From: Hugues Verlin Date: Sun, 26 Jan 2025 23:29:55 +0100 Subject: [PATCH] chore(main): release 0.47.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61126bf..a24a361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.47.4](https://github.com/hverlin/mise-vscode/compare/v0.47.3...v0.47.4) (2025-01-26) + + +### Bug Fixes + +* useSymLinks does not work with deno ([38f05fe](https://github.com/hverlin/mise-vscode/commit/38f05fe3b74dce1789a171a3330b9c8ecd9f9507)) + ## [0.47.3](https://github.com/hverlin/mise-vscode/compare/v0.47.2...v0.47.3) (2025-01-26) diff --git a/package.json b/package.json index caeae7e..48cee44 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.47.3", + "version": "0.47.4", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"