diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a493a9..a5b10a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.50.1](https://github.com/hverlin/mise-vscode/compare/v0.50.0...v0.50.1) (2025-07-05) + + +### Bug Fixes + +* Hide update button if `self-update` is not available ([#129](https://github.com/hverlin/mise-vscode/issues/129)) ([af320fe](https://github.com/hverlin/mise-vscode/commit/af320fe3f1144a87de5c25ff0f72cfc396fe3621)) + ## [0.50.0](https://github.com/hverlin/mise-vscode/compare/v0.49.2...v0.50.0) (2025-05-19) diff --git a/package.json b/package.json index 312ee98..7ec5a5d 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.50.0", + "version": "0.50.1", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"