From dcf61d16445e6a71ad036b33060ed43975616af2 Mon Sep 17 00:00:00 2001 From: Hugues Verlin Date: Mon, 9 Dec 2024 07:08:42 +0100 Subject: [PATCH] chore(main): release 0.29.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a82b96..d0d5fd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.29.0](https://github.com/hverlin/mise-vscode/compare/v0.28.1...v0.29.0) (2024-12-09) + + +### Features + +* Add flutter support ([4d91437](https://github.com/hverlin/mise-vscode/commit/4d91437a2dc8943cd94c9d3025b35aece70b8ff6)) + + +### Bug Fixes + +* Add experimental support for auto-completion in mise templates ([e31762e](https://github.com/hverlin/mise-vscode/commit/e31762e9f17283c8a6e27155d48bf537d1def998)) + ## [0.28.1](https://github.com/hverlin/mise-vscode/compare/v0.28.0...v0.28.1) (2024-12-07) diff --git a/package.json b/package.json index 87f0395..a0288b2 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.28.1", + "version": "0.29.0", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"