Skip to content

Commit

Permalink
chore(main): release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hverlin committed Nov 17, 2024
1 parent 07f2212 commit 0a18912
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.12.0](https://github.com/hverlin/mise-vscode/compare/v0.11.0...v0.12.0) (2024-11-17)


### Features

* Add ignore list to prevent some extensions to be automatically configured ([03647fb](https://github.com/hverlin/mise-vscode/commit/03647fb99cc40b5eaeeae2f69c6d81589ca6508a))
* add open file action ([02e05cb](https://github.com/hverlin/mise-vscode/commit/02e05cb73b087ddb4e308543dc455626b3b28471))
* Improve file watcher ([02e05cb](https://github.com/hverlin/mise-vscode/commit/02e05cb73b087ddb4e308543dc455626b3b28471))
* Show outdated tools in tools view. Allow removing tools ([07f2212](https://github.com/hverlin/mise-vscode/commit/07f2212675a9a2ee0c90b4b6fd7556dfff4b32f6))
* Support mise set command ([7fe8cd6](https://github.com/hverlin/mise-vscode/commit/7fe8cd66b15036beed8c1ef3ec2758b02e4edfc8))

## [0.11.0](https://github.com/hverlin/mise-vscode/compare/v0.10.0...v0.11.0) (2024-11-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Mise VSCode",
"publisher": "hverlin",
"description": "mise support for Visual Studio code (dev-tools, tasks and environment variables)",
"version": "0.11.0",
"version": "0.12.0",
"repository": {
"type": "git",
"url": "https://github.com/hverlin/mise-vscode"
Expand Down

0 comments on commit 0a18912

Please sign in to comment.