Skip to content

Commit 3882bd1

Browse files
committed
v14.1.0
1 parent d7e2e2b commit 3882bd1

38 files changed

+206
-40
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+
# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)
7+
8+
**Note:** Version bump only for package commitlint-config-angular
9+
10+
11+
12+
13+
614
# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)
715

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

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-angular",
3-
"version": "14.0.0",
3+
"version": "14.1.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -30,7 +30,7 @@
3030
"node": ">=v12"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-angular": "^14.0.0"
33+
"@commitlint/config-angular": "^14.1.0"
3434
},
3535
"devDependencies": {
3636
"@commitlint/utils": "^14.0.0"

@alias/commitlint-config-patternplate/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+
# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)
7+
8+
**Note:** Version bump only for package commitlint-config-patternplate
9+
10+
11+
12+
13+
614
# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)
715

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

@alias/commitlint-config-patternplate/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-patternplate",
3-
"version": "14.0.0",
3+
"version": "14.1.0",
44
"description": "Lint your commits, patternplate-style",
55
"files": [
66
"index.js"
@@ -30,7 +30,7 @@
3030
"node": ">=v12"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-patternplate": "^14.0.0"
33+
"@commitlint/config-patternplate": "^14.1.0"
3434
},
3535
"devDependencies": {
3636
"@commitlint/utils": "^14.0.0"

@alias/commitlint/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+
# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)
7+
8+
**Note:** Version bump only for package commitlint
9+
10+
11+
12+
13+
614
# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)
715

816
**Note:** Version bump only for package commitlint

@alias/commitlint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint",
3-
"version": "14.0.0",
3+
"version": "14.1.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"cli.js"
@@ -35,7 +35,7 @@
3535
},
3636
"license": "MIT",
3737
"dependencies": {
38-
"@commitlint/cli": "^14.0.0",
38+
"@commitlint/cli": "^14.1.0",
3939
"@commitlint/types": "^14.0.0"
4040
},
4141
"devDependencies": {

@commitlint/cli/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+
# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)
7+
8+
**Note:** Version bump only for package @commitlint/cli
9+
10+
11+
12+
13+
614
# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)
715

816
**Note:** Version bump only for package @commitlint/cli

@commitlint/cli/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "14.0.0",
3+
"version": "14.1.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -45,9 +45,9 @@
4545
"fs-extra": "^10.0.0"
4646
},
4747
"dependencies": {
48-
"@commitlint/format": "^14.0.0",
49-
"@commitlint/lint": "^14.0.0",
50-
"@commitlint/load": "^14.0.0",
48+
"@commitlint/format": "^14.1.0",
49+
"@commitlint/lint": "^14.1.0",
50+
"@commitlint/load": "^14.1.0",
5151
"@commitlint/read": "^14.0.0",
5252
"@commitlint/types": "^14.0.0",
5353
"lodash": "^4.17.19",

@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+
# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)
7+
8+
**Note:** Version bump only for package @commitlint/config-angular
9+
10+
11+
12+
13+
614
# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)
715

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

@commitlint/config-angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-angular",
3-
"version": "14.0.0",
3+
"version": "14.1.0",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"files": [
66
"index.js"
@@ -30,7 +30,7 @@
3030
"node": ">=v12"
3131
},
3232
"devDependencies": {
33-
"@commitlint/lint": "^14.0.0",
33+
"@commitlint/lint": "^14.1.0",
3434
"@commitlint/utils": "^14.0.0"
3535
},
3636
"dependencies": {

@commitlint/config-conventional/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+
# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)
7+
8+
**Note:** Version bump only for package @commitlint/config-conventional
9+
10+
11+
12+
13+
614
# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)
715

816
**Note:** Version bump only for package @commitlint/config-conventional

@commitlint/config-conventional/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-conventional",
3-
"version": "14.0.0",
3+
"version": "14.1.0",
44
"description": "Shareable commitlint config enforcing conventional commits",
55
"files": [
66
"index.js"
@@ -33,7 +33,7 @@
3333
"node": ">=v12"
3434
},
3535
"devDependencies": {
36-
"@commitlint/lint": "^14.0.0",
36+
"@commitlint/lint": "^14.1.0",
3737
"@commitlint/utils": "^14.0.0"
3838
},
3939
"dependencies": {

@commitlint/config-patternplate/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+
# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)
7+
8+
**Note:** Version bump only for package @commitlint/config-patternplate
9+
10+
11+
12+
13+
614
# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)
715

816
**Note:** Version bump only for package @commitlint/config-patternplate

@commitlint/config-patternplate/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-patternplate",
3-
"version": "14.0.0",
3+
"version": "14.1.0",
44
"description": "Lint your commits, patternplate-style",
55
"files": [
66
"index.js"
@@ -30,7 +30,7 @@
3030
"node": ">=v12"
3131
},
3232
"dependencies": {
33-
"@commitlint/config-angular": "^14.0.0",
33+
"@commitlint/config-angular": "^14.1.0",
3434
"globby": "^11.0.0",
3535
"lodash": "^4.17.19"
3636
},

@commitlint/core/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+
# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)
7+
8+
**Note:** Version bump only for package @commitlint/core
9+
10+
11+
12+
13+
614
# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)
715

816
**Note:** Version bump only for package @commitlint/core

@commitlint/core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/core",
3-
"version": "14.0.0",
3+
"version": "14.1.0",
44
"description": "Lint your commit messages",
55
"main": "lib/core.js",
66
"types": "lib/core.d.ts",
@@ -35,9 +35,9 @@
3535
},
3636
"license": "MIT",
3737
"dependencies": {
38-
"@commitlint/format": "^14.0.0",
39-
"@commitlint/lint": "^14.0.0",
40-
"@commitlint/load": "^14.0.0",
38+
"@commitlint/format": "^14.1.0",
39+
"@commitlint/lint": "^14.1.0",
40+
"@commitlint/load": "^14.1.0",
4141
"@commitlint/read": "^14.0.0"
4242
},
4343
"devDependencies": {

@commitlint/cz-commitlint/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+
# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)
7+
8+
**Note:** Version bump only for package @commitlint/cz-commitlint
9+
10+
11+
12+
13+
614
# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)
715

816

@commitlint/cz-commitlint/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cz-commitlint",
3-
"version": "14.0.0",
3+
"version": "14.1.0",
44
"description": "Commitizen adapter using the commitlint.config.js",
55
"main": "./lib/index.js",
66
"files": [
@@ -37,8 +37,8 @@
3737
}
3838
},
3939
"dependencies": {
40-
"@commitlint/ensure": "^14.0.0",
41-
"@commitlint/load": "^14.0.0",
40+
"@commitlint/ensure": "^14.1.0",
41+
"@commitlint/load": "^14.1.0",
4242
"@commitlint/types": "^14.0.0",
4343
"chalk": "^4.1.0",
4444
"lodash": "^4.17.21",

@commitlint/ensure/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+
# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)
7+
8+
**Note:** Version bump only for package @commitlint/ensure
9+
10+
11+
12+
13+
614
# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)
715

816
**Note:** Version bump only for package @commitlint/ensure

@commitlint/ensure/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/ensure",
3-
"version": "14.0.0",
3+
"version": "14.1.0",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

@commitlint/format/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)
7+
8+
9+
### Features
10+
11+
* extend helpUrl from shareable config ([#2846](https://github.com/conventional-changelog/commitlint/issues/2846)) ([d7e2e2b](https://github.com/conventional-changelog/commitlint/commit/d7e2e2b943be383f99f4000b6b6bed0eab03bfcf))
12+
13+
14+
15+
16+
617
# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)
718

819
**Note:** Version bump only for package @commitlint/format

@commitlint/format/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/format",
3-
"version": "14.0.0",
3+
"version": "14.1.0",
44
"description": "Format commitlint reports",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

@commitlint/lint/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+
# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)
7+
8+
**Note:** Version bump only for package @commitlint/lint
9+
10+
11+
12+
13+
614
# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)
715

816
**Note:** Version bump only for package @commitlint/lint

@commitlint/lint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/lint",
3-
"version": "14.0.0",
3+
"version": "14.1.0",
44
"description": "Lint a string against commitlint rules",
55
"main": "lib/lint.js",
66
"types": "lib/lint.d.ts",
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@commitlint/is-ignored": "^14.0.0",
4343
"@commitlint/parse": "^14.0.0",
44-
"@commitlint/rules": "^14.0.0",
44+
"@commitlint/rules": "^14.1.0",
4545
"@commitlint/types": "^14.0.0"
4646
},
4747
"gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"

@commitlint/load/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
# [14.1.0](https://github.com/conventional-changelog/commitlint/compare/v14.0.0...v14.1.0) (2021-11-01)
7+
8+
9+
### Features
10+
11+
* extend helpUrl from shareable config ([#2846](https://github.com/conventional-changelog/commitlint/issues/2846)) ([d7e2e2b](https://github.com/conventional-changelog/commitlint/commit/d7e2e2b943be383f99f4000b6b6bed0eab03bfcf))
12+
* **load:** add support for `.commitlintrc.cjs` and `commitlint.config.cjs` files ([#2797](https://github.com/conventional-changelog/commitlint/issues/2797)) ([fabb495](https://github.com/conventional-changelog/commitlint/commit/fabb49509730609276ff9ef6357536c95a1f6bb1))
13+
14+
15+
16+
17+
618
# [14.0.0](https://github.com/conventional-changelog/commitlint/compare/v13.2.1...v14.0.0) (2021-10-26)
719

820
**Note:** Version bump only for package @commitlint/load

0 commit comments

Comments
 (0)