Skip to content

Commit

Permalink
chore(release): 🔖 release v1.23.0 (#187)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 8, 2021
1 parent 15234f1 commit b1fbb6e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit b1fbb6e

Please sign in to comment.