Skip to content

Commit 12a9840

Browse files
chore(release): 2.4.0
1 parent 0476588 commit 12a9840

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
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.
44

5+
## [2.4.0](https://github.com/joshbolduc/vscode-commitlint/compare/v2.3.0...v2.4.0) (2022-07-17)
6+
7+
### Features
8+
9+
- support linting built-in SCM input ([1ca6f47](https://github.com/joshbolduc/vscode-commitlint/commit/1ca6f47f74de543da4a055d2f934cabfc86d381a))
10+
511
## [2.3.0](https://github.com/joshbolduc/vscode-commitlint/compare/v2.2.0...v2.3.0) (2022-06-16)
612

713
### Features

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "commitlint",
44
"description": "Integrate commitlint into the VS Code commit editor",
55
"publisher": "joshbolduc",
6-
"version": "2.3.0",
6+
"version": "2.4.0",
77
"icon": "icon.png",
88
"repository": {
99
"type": "git",

0 commit comments

Comments
 (0)