From c1a8588a6779e4bb5f09e44652574d50a269c736 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 01:22:20 +0000 Subject: [PATCH] chore(main): release 0.1.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09ed5e5..237b542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/hverlin/mise-vscode/compare/v0.1.1...v0.1.2) (2024-11-13) + + +### Bug Fixes + +* release fix ([25e998b](https://github.com/hverlin/mise-vscode/commit/25e998be43c3dee3744da5c580438931c0cf730a)) + ## [0.1.1](https://github.com/hverlin/mise-vscode/compare/v0.1.0...v0.1.1) (2024-11-13) diff --git a/package.json b/package.json index 544ed73..5fd2643 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.1", + "version": "0.1.2", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"