From abf177a8669df24e7f48ec2d7e8068e6d1a5f93a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 17:34:55 +0800 Subject: [PATCH] chore(release): :bookmark: release v1.24.5 (#288) Co-authored-by: github-actions[bot] --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd1684c..e40f1a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.24.5](https://github.com/vivaxy/vscode-conventional-commits/compare/v1.24.4...v1.24.5) (2022-12-30) + +### Bug Fixes + +- get `rootUri` from `VSCodeGit.Repository` ([#292](https://github.com/vivaxy/vscode-conventional-commits/issues/292)) ([cbdcfd2](https://github.com/vivaxy/vscode-conventional-commits/commit/cbdcfd28c8b55cd4aae1e4fc10872b8b2cfcd3eb)), closes [/github.com/DonJayamanne/gitHistoryVSCode/blob/75575aa03d03a06a2b901944d65a0f58f4875e02/src/commandHandlers/gitHistory.ts#L62-L70](https://github.com/vivaxy//github.com/DonJayamanne/gitHistoryVSCode/blob/75575aa03d03a06a2b901944d65a0f58f4875e02/src/commandHandlers/gitHistory.ts/issues/L62-L70) [#289](https://github.com/vivaxy/vscode-conventional-commits/issues/289) + ## [1.24.4](https://github.com/vivaxy/vscode-conventional-commits/compare/v1.24.3...v1.24.4) (2022-12-09) ### Bug Fixes diff --git a/package.json b/package.json index 4ea42a3..45a2820 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "💬Conventional Commits for VSCode.", "icon": "assets/icon.png", "publisher": "vivaxy", - "version": "1.24.4", + "version": "1.24.5", "engines": { "vscode": "^1.44.0" },