diff --git a/CHANGELOG.md b/CHANGELOG.md index 19858e8..bb2de30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.21.3](https://github.com/vivaxy/vscode-conventional-commits/compare/v1.21.0...v1.21.3) (2021-06-26) + ## [1.21.2](https://github.com/vivaxy/vscode-conventional-commits/compare/v1.21.0...v1.21.2) (2021-06-26) ## [1.21.1](https://github.com/vivaxy/vscode-conventional-commits/compare/v1.21.0...v1.21.1) (2021-06-26) diff --git a/package.json b/package.json index 20645de..f39021f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "💬Conventional Commits for VSCode.", "icon": "assets/icon.png", "publisher": "vivaxy", - "version": "1.21.2", + "version": "1.21.3", "engines": { "vscode": "^1.44.0" },