Skip to content

Commit c1c56ca

Browse files
committed
chore(main): release 0.41.0
1 parent 0bbdc1b commit c1c56ca

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.41.0](https://github.com/hverlin/mise-vscode/compare/v0.40.1...v0.41.0) (2025-01-06)
4+
5+
6+
### Features
7+
8+
* Add tool hover provider to quickly navigate to the tool backend ([0da6ea6](https://github.com/hverlin/mise-vscode/commit/0da6ea658452331c37d45ed54fa75fbd50109acb))
9+
10+
11+
### Bug Fixes
12+
13+
* Add command to open tool repository ([0e63fdc](https://github.com/hverlin/mise-vscode/commit/0e63fdc72c0b3dc0438fa21990634b094b00e188))
14+
315
## [0.40.1](https://github.com/hverlin/mise-vscode/compare/v0.40.0...v0.40.1) (2024-12-31)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Mise VSCode",
44
"publisher": "hverlin",
55
"description": "mise support for Visual Studio code (dev-tools, tasks and environment variables)",
6-
"version": "0.40.1",
6+
"version": "0.41.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/hverlin/mise-vscode"

0 commit comments

Comments
 (0)