From c1c56ca8279ad995bb109fc78248e3306fb7548e Mon Sep 17 00:00:00 2001 From: Hugues Verlin Date: Mon, 6 Jan 2025 17:12:30 +0100 Subject: [PATCH] chore(main): release 0.41.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eb9901..f9d3b05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.41.0](https://github.com/hverlin/mise-vscode/compare/v0.40.1...v0.41.0) (2025-01-06) + + +### Features + +* Add tool hover provider to quickly navigate to the tool backend ([0da6ea6](https://github.com/hverlin/mise-vscode/commit/0da6ea658452331c37d45ed54fa75fbd50109acb)) + + +### Bug Fixes + +* Add command to open tool repository ([0e63fdc](https://github.com/hverlin/mise-vscode/commit/0e63fdc72c0b3dc0438fa21990634b094b00e188)) + ## [0.40.1](https://github.com/hverlin/mise-vscode/compare/v0.40.0...v0.40.1) (2024-12-31) diff --git a/package.json b/package.json index 4727933..d18a4d7 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.40.1", + "version": "0.41.0", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"