From eb17e4bb9a72352538bf549bf8eced8f922b1b71 Mon Sep 17 00:00:00 2001 From: Hugues Verlin Date: Thu, 12 Dec 2024 21:26:01 -0800 Subject: [PATCH] chore(main): release 0.31.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05c650f..c135336 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.31.2](https://github.com/hverlin/mise-vscode/compare/v0.31.1...v0.31.2) (2024-12-13) + + +### Bug Fixes + +* log error if activation fails ([286dd0f](https://github.com/hverlin/mise-vscode/commit/286dd0fcdb62404c335edc686b0a7bc311ec048a)) + ## [0.31.1](https://github.com/hverlin/mise-vscode/compare/v0.31.0...v0.31.1) (2024-12-11) diff --git a/package.json b/package.json index 4e789ed..0f2c1e7 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.31.1", + "version": "0.31.2", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"