Skip to content

Commit 6470abf

Browse files
committed
chore(main): release 0.37.0
1 parent 1a69efb commit 6470abf

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [0.37.0](https://github.com/hverlin/mise-vscode/compare/v0.36.0...v0.37.0) (2024-12-28)
4+
5+
6+
### Features
7+
8+
* Add code-lens action to view all mise settings ([62248f1](https://github.com/hverlin/mise-vscode/commit/62248f1feab22a65068824118f78b43ef410ffb6))
9+
* Improve settings editor ([968da8d](https://github.com/hverlin/mise-vscode/commit/968da8dcb174c9ff5536a38b433c4c16324f5531))
10+
* preserve webview state ([1a69efb](https://github.com/hverlin/mise-vscode/commit/1a69efbb16115795dfaf07e6228beb5c1836a247))
11+
* show all settings in settings view if none are modified ([2c284de](https://github.com/hverlin/mise-vscode/commit/2c284decd363bce8e110d866039d2320bb9bf9ff))
12+
* show source in settings view ([e89d529](https://github.com/hverlin/mise-vscode/commit/e89d5292b166d849ab3b1b401f3fd65cd7008453))
13+
314
## [0.36.0](https://github.com/hverlin/mise-vscode/compare/v0.35.0...v0.36.0) (2024-12-25)
415

516

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.36.0",
6+
"version": "0.37.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/hverlin/mise-vscode"

0 commit comments

Comments
 (0)