From 9c072817123a8332e51ad5fd1d88db562897adac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Dec 2021 14:25:40 +0800 Subject: [PATCH] chore(release): :bookmark: release v1.24.0 (#199) Co-authored-by: github-actions[bot] --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f479b1d..a4a2de2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.0](https://github.com/vivaxy/vscode-conventional-commits/compare/v1.23.0...v1.24.0) (2021-12-17) + +### Features + +- :sparkles: add option to skip ci run ([#213](https://github.com/vivaxy/vscode-conventional-commits/issues/213)) ([67c9da7](https://github.com/vivaxy/vscode-conventional-commits/commit/67c9da7849f58a3fd56b55f13327ec8aad1c3f29)) +- add silentAutoCommit option to not focus scm pane on auto commit ([#200](https://github.com/vivaxy/vscode-conventional-commits/issues/200)) ([15258eb](https://github.com/vivaxy/vscode-conventional-commits/commit/15258ebc5c79e508fc765f93ee69a639524f1003)) +- **gitmojis:** :sparkles: update gitmojis to v3.8.0 ([#216](https://github.com/vivaxy/vscode-conventional-commits/issues/216)) ([0dfc309](https://github.com/vivaxy/vscode-conventional-commits/commit/0dfc30993e501bc7578e68b4230a2a3910405a17)) + ## [1.23.0](https://github.com/vivaxy/vscode-conventional-commits/compare/v1.22.0...v1.23.0) (2021-10-08) ### Features diff --git a/package.json b/package.json index 844a1cb..142fe22 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "💬Conventional Commits for VSCode.", "icon": "assets/icon.png", "publisher": "vivaxy", - "version": "1.23.0", + "version": "1.24.0", "engines": { "vscode": "^1.44.0" },