From 58c040e72fd9bf77c7100550fbfba85a86753d9d Mon Sep 17 00:00:00 2001 From: hverlin Date: Wed, 13 Nov 2024 19:57:47 -0500 Subject: [PATCH] chore(main): release 0.5.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04bab01..875a111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.5.1](https://github.com/hverlin/mise-vscode/compare/v0.5.0...v0.5.1) (2024-11-14) + + +### Bug Fixes + +* auto-save before running a task ([8104fc2](https://github.com/hverlin/mise-vscode/commit/8104fc254f48c8f1cb37c46148073de95e867d4c)) +* update description ([caf68aa](https://github.com/hverlin/mise-vscode/commit/caf68aa215a9b3099137f4eb66cd9bb6aa469fdc)) + ## [0.5.0](https://github.com/hverlin/mise-vscode/compare/v0.4.0...v0.5.0) (2024-11-13) diff --git a/package.json b/package.json index 6e3ca5f..8c48edf 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.5.0", + "version": "0.5.1", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"