diff --git a/CHANGELOG.md b/CHANGELOG.md index edfbd07..02046db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.21.0](https://github.com/hverlin/mise-vscode/compare/v0.20.0...v0.21.0) (2024-11-27) + + +### Features + +* find env. variable definition from mise.toml files ([5234e19](https://github.com/hverlin/mise-vscode/commit/5234e190b89704f803aa516c36c3176f70385a73)) + ## [0.20.0](https://github.com/hverlin/mise-vscode/compare/v0.19.0...v0.20.0) (2024-11-27) diff --git a/package.json b/package.json index d307b92..81335f9 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.20.0", + "version": "0.21.0", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"