diff --git a/CHANGELOG.md b/CHANGELOG.md index 4de80c6..bcabd7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.23.0](https://github.com/hverlin/mise-vscode/compare/v1.22.0...v1.23.0) (2026-08-05) + + +### Features + +* only provide snippets in files mise support ([3423c8b](https://github.com/hverlin/mise-vscode/commit/3423c8b99ade892c170d54d6e0abcd1865768ad2)) + ## [1.22.0](https://github.com/hverlin/mise-vscode/compare/v1.21.0...v1.22.0) (2026-08-05) diff --git a/package.json b/package.json index 55651cc..89c87c6 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": "1.22.0", + "version": "1.23.0", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"