From 166d172cfe1cedfadd03bc581e99c8ca1edc4613 Mon Sep 17 00:00:00 2001 From: Hugues Verlin Date: Fri, 14 Aug 2026 00:03:27 +0200 Subject: [PATCH] chore(main): release 1.23.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcabd7b..b9d0080 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.23.1](https://github.com/hverlin/mise-vscode/compare/v1.23.0...v1.23.1) (2026-08-13) + + +### Bug Fixes + +* configure extensions per workspace folder in multi-root workspaces ([#280](https://github.com/hverlin/mise-vscode/issues/280)) ([#281](https://github.com/hverlin/mise-vscode/issues/281)) ([52a2104](https://github.com/hverlin/mise-vscode/commit/52a2104afad40fd56a2ead9858581db03716c1d9)) + ## [1.23.0](https://github.com/hverlin/mise-vscode/compare/v1.22.0...v1.23.0) (2026-08-05) diff --git a/package.json b/package.json index 89c87c6..a494fac 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.23.0", + "version": "1.23.1", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"