diff --git a/CHANGELOG.md b/CHANGELOG.md index f9d3b05..6ad613c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.42.0](https://github.com/hverlin/mise-vscode/compare/v0.41.0...v0.42.0) (2025-01-09) + + +### Features + +* Add task dependency viewer ([f2e3d28](https://github.com/hverlin/mise-vscode/commit/f2e3d2830043f99176b1d6589b1bbc57fc0ecae0)) + ## [0.41.0](https://github.com/hverlin/mise-vscode/compare/v0.40.1...v0.41.0) (2025-01-06) diff --git a/package.json b/package.json index fa59f9e..bbc6b0d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Mise VSCode", "publisher": "hverlin", "description": "mise support for Visual Studio code (dev-tools, tasks and environment variables)", - "version": "0.41.0", + "version": "0.42.0", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"