From 9fb0625cbd0923584cc08c1b67067b4b17985639 Mon Sep 17 00:00:00 2001 From: hverlin Date: Tue, 12 Nov 2024 21:44:56 -0500 Subject: [PATCH] chore(main): release 0.2.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db5a64e..6904ed8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.0](https://github.com/hverlin/mise-vscode/compare/v0.1.3...v0.2.0) (2024-11-13) + + +### Features + +* add option to configure Deno path automatically ([1c9e79b](https://github.com/hverlin/mise-vscode/commit/1c9e79b6a6491e5dfc23b52e6c1250578aeef744)) +* Allow configuring additional extensions (bun, ruff, go) ([22bb692](https://github.com/hverlin/mise-vscode/commit/22bb692f13f2ff51a61536c8f58f7de3a083b938)) + + +### Bug Fixes + +* improve error message if mise path is not set ([4e5423f](https://github.com/hverlin/mise-vscode/commit/4e5423f5345faf8c113d66974f4f50e13e632c0a)) + ## [0.1.3](https://github.com/hverlin/mise-vscode/compare/v0.1.2...v0.1.3) (2024-11-13) diff --git a/package.json b/package.json index 8aa7430..9d3f242 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Mise VSCode", "publisher": "hverlin", "description": "VSCode extension for mise (manged dev tools, tasks and environment variables)", - "version": "0.1.3", + "version": "0.2.0", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"