Skip to content

Commit

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

## [0.22.0](https://github.com/hverlin/mise-vscode/compare/v0.21.0...v0.22.0) (2024-11-27)


### Features

* Improve remove tool action by calling `use --rm` ([58b76c1](https://github.com/hverlin/mise-vscode/commit/58b76c1f3712989d3cb18d1e371583a77d503819))


### Bug Fixes

* make sure icons are loaded correctly ([4a5c006](https://github.com/hverlin/mise-vscode/commit/4a5c0069c60f4fde4e7f4e95a30f0a8391e97b3c))

## [0.21.0](https://github.com/hverlin/mise-vscode/compare/v0.20.0...v0.21.0) (2024-11-27)


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.21.0",
"version": "0.22.0",
"repository": {
"type": "git",
"url": "https://github.com/hverlin/mise-vscode"
Expand Down

0 comments on commit d91768b

Please sign in to comment.