Skip to content

Commit

Permalink
chore(main): release 0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hverlin committed Dec 16, 2024
1 parent fb4acb9 commit 7508f19
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.34.0](https://github.com/hverlin/mise-vscode/compare/v0.33.2...v0.34.0) (2024-12-16)


### Features

* check for additional install paths on windows ([45bd1dc](https://github.com/hverlin/mise-vscode/commit/45bd1dc74d1767a1a7e2f2a303ba8d3d0f64dd5f))


### Bug Fixes

* remove duplicated paths on windows when creating a task ([fb4acb9](https://github.com/hverlin/mise-vscode/commit/fb4acb9b1c39b08dd98e53616f12e16c28d2f900))

## [0.33.2](https://github.com/hverlin/mise-vscode/compare/v0.33.1...v0.33.2) (2024-12-15)


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

0 comments on commit 7508f19

Please sign in to comment.