From 0f61e41a253b94c8f0d7ed459b8474a98419bd7d Mon Sep 17 00:00:00 2001 From: hverlin Date: Wed, 27 Nov 2024 19:01:30 -0500 Subject: [PATCH] chore(main): release 0.22.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1556fa9..6101be7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.22.1](https://github.com/hverlin/mise-vscode/compare/v0.22.0...v0.22.1) (2024-11-28) + + +### Bug Fixes + +* Do not specify version with mise upgrade ([95f0e4f](https://github.com/hverlin/mise-vscode/commit/95f0e4fa62ff1a5ab36a469f7187bc3d1c348621)) + ## [0.22.0](https://github.com/hverlin/mise-vscode/compare/v0.21.0...v0.22.0) (2024-11-27) diff --git a/package.json b/package.json index 3c6824f..4376ab1 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.22.0", + "version": "0.22.1", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"