From b1fbb6e6f16ec1db25945d3e648432ccc2f8c56a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Oct 2021 12:17:33 +0800 Subject: [PATCH] chore(release): :bookmark: release v1.23.0 (#187) Co-authored-by: github-actions[bot] --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15296ff..f479b1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.23.0](https://github.com/vivaxy/vscode-conventional-commits/compare/v1.22.0...v1.23.0) (2021-10-08) + +### Features + +- :sparkles: add confirm button ([fcbe20d](https://github.com/vivaxy/vscode-conventional-commits/commit/fcbe20daca91336d19ee3e6b0573f402cac398b5)), closes [#155](https://github.com/vivaxy/vscode-conventional-commits/issues/155) +- :sparkles: use pre-downloaded gitmojis.json ([#197](https://github.com/vivaxy/vscode-conventional-commits/issues/197)) ([15234f1](https://github.com/vivaxy/vscode-conventional-commits/commit/15234f1a8405c1509f8721768422d24db2eebbda)) + +### Bug Fixes + +- :bug: fix post-build action ([bc8f297](https://github.com/vivaxy/vscode-conventional-commits/commit/bc8f2979cd064db291ccd26174e1b8116811df4b)) +- :lipstick: default activeItem to be the top choice ([70580af](https://github.com/vivaxy/vscode-conventional-commits/commit/70580afdaa3c5409c201ebf9ec6e575c3a453a40)) + ## [1.22.0](https://github.com/vivaxy/vscode-conventional-commits/compare/v1.21.3...v1.22.0) (2021-08-27) ### Features diff --git a/package.json b/package.json index 173ec5b..ddd3e3b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "💬Conventional Commits for VSCode.", "icon": "assets/icon.png", "publisher": "vivaxy", - "version": "1.22.0", + "version": "1.23.0", "engines": { "vscode": "^1.44.0" },