From 51f1d0384b8e35d8bc3ad1fbbc5154bdf180ddc4 Mon Sep 17 00:00:00 2001 From: Hugues Verlin Date: Mon, 9 Dec 2024 13:23:54 -0800 Subject: [PATCH] chore(main): release 0.30.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9deaba8..878cda6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.30.0](https://github.com/hverlin/mise-vscode/compare/v0.29.1...v0.30.0) (2024-12-09) + + +### Features + +* automatically locate mise binary if installed with scoop ([0878839](https://github.com/hverlin/mise-vscode/commit/0878839a45dc091bb2e00781e37b36f61e9784db)) + ## [0.29.1](https://github.com/hverlin/mise-vscode/compare/v0.29.0...v0.29.1) (2024-12-09) diff --git a/package.json b/package.json index fcc4fd8..c60bb41 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.29.1", + "version": "0.30.0", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"