Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dd1335f

Browse files
authoredJan 20, 2021
Merge branch 'master' into feat/validate-configs
2 parents 5b5285b + 66f3670 commit dd1335f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+586
-242
lines changed
 

‎@alias/commitlint-config-angular/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [12.0.0](https://github.com/conventional-changelog/commitlint/compare/v11.0.0...v12.0.0) (2021-01-18)
7+
8+
**Note:** Version bump only for package commitlint-config-angular
9+
10+
11+
12+
13+
614
# [11.0.0](https://github.com/conventional-changelog/commitlint/compare/v10.0.0...v11.0.0) (2020-09-05)
715

816
**Note:** Version bump only for package commitlint-config-angular

‎@alias/commitlint-config-angular/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-angular",
3-
"version": "11.0.0",
3+
"version": "12.0.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -29,10 +29,10 @@
2929
"node": ">=v10"
3030
},
3131
"dependencies": {
32-
"@commitlint/config-angular": "^11.0.0"
32+
"@commitlint/config-angular": "^12.0.0"
3333
},
3434
"devDependencies": {
35-
"@commitlint/utils": "^11.0.0"
35+
"@commitlint/utils": "^12.0.0"
3636
},
37-
"gitHead": "cb565dfcca3128380b9b3dc274aedbcae34ce5ca"
37+
"gitHead": "d829bf6260304ca8d6811f329fcdd1b6c50e9749"
3838
}

0 commit comments

Comments
 (0)
Please sign in to comment.