diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ec0e71..04bab01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.5.0](https://github.com/hverlin/mise-vscode/compare/v0.4.0...v0.5.0) (2024-11-13) + + +### Features + +* Add code lens for file tasks ([ff9f267](https://github.com/hverlin/mise-vscode/commit/ff9f2679754ec68782f7bf1721db36b135a30d53)) +* Add snippets ([68e186a](https://github.com/hverlin/mise-vscode/commit/68e186ae9cb23d71a65926bbd140777e48df4613)) + ## [0.4.0](https://github.com/hverlin/mise-vscode/compare/v0.3.1...v0.4.0) (2024-11-13) diff --git a/package.json b/package.json index 694b744..89c152a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Mise VSCode", "publisher": "hverlin", "description": "VSCode extension for mise (manged dev tools, tasks and environment variables)", - "version": "0.4.0", + "version": "0.5.0", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"