Skip to content

Commit a8e86d2

Browse files
committed
v20.1.0
1 parent 82936c9 commit a8e86d2

File tree

22 files changed

+121
-19
lines changed

22 files changed

+121
-19
lines changed

@alias/commitlint/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
# [20.1.0](https://github.com/conventional-changelog/commitlint/compare/v20.0.0...v20.1.0) (2025-09-30)
7+
8+
**Note:** Version bump only for package commitlint
9+
10+
11+
12+
13+
614
# [20.0.0](https://github.com/conventional-changelog/commitlint/compare/v19.9.1...v20.0.0) (2025-09-25)
715

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

@alias/commitlint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "commitlint",
33
"type": "module",
4-
"version": "20.0.0",
4+
"version": "20.1.0",
55
"description": "Lint your commit messages",
66
"files": [
77
"cli.js"
@@ -36,7 +36,7 @@
3636
},
3737
"license": "MIT",
3838
"dependencies": {
39-
"@commitlint/cli": "^20.0.0",
39+
"@commitlint/cli": "^20.1.0",
4040
"@commitlint/types": "^20.0.0"
4141
},
4242
"devDependencies": {

@commitlint/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
# [20.1.0](https://github.com/conventional-changelog/commitlint/compare/v20.0.0...v20.1.0) (2025-09-30)
7+
8+
**Note:** Version bump only for package @commitlint/cli
9+
10+
11+
12+
13+
614
# [20.0.0](https://github.com/conventional-changelog/commitlint/compare/v19.9.1...v20.0.0) (2025-09-25)
715

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

@commitlint/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/cli",
33
"type": "module",
4-
"version": "20.0.0",
4+
"version": "20.1.0",
55
"description": "Lint your commit messages",
66
"files": [
77
"index.cjs",
@@ -50,7 +50,7 @@
5050
"dependencies": {
5151
"@commitlint/format": "^20.0.0",
5252
"@commitlint/lint": "^20.0.0",
53-
"@commitlint/load": "^20.0.0",
53+
"@commitlint/load": "^20.1.0",
5454
"@commitlint/read": "^20.0.0",
5555
"@commitlint/types": "^20.0.0",
5656
"tinyexec": "^1.0.0",

@commitlint/config-pnpm-scopes/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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+
# [20.1.0](https://github.com/conventional-changelog/commitlint/compare/v20.0.0...v20.1.0) (2025-09-30)
7+
8+
9+
### Features
10+
11+
* **config-pnpm-scopes:** allow global scope ([#4553](https://github.com/conventional-changelog/commitlint/issues/4553)) ([e571970](https://github.com/conventional-changelog/commitlint/commit/e57197061447eb9ea74b8d81ab003ad3b4652be6))
12+
13+
14+
15+
16+
617
# [20.0.0](https://github.com/conventional-changelog/commitlint/compare/v19.9.1...v20.0.0) (2025-09-25)
718

819
**Note:** Version bump only for package @commitlint/config-pnpm-scopes

@commitlint/config-pnpm-scopes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/config-pnpm-scopes",
33
"type": "module",
4-
"version": "20.0.0",
4+
"version": "20.1.0",
55
"description": "Shareable commitlint config enforcing pnpm workspaces names as scopes",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

@commitlint/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
# [20.1.0](https://github.com/conventional-changelog/commitlint/compare/v20.0.0...v20.1.0) (2025-09-30)
7+
8+
**Note:** Version bump only for package @commitlint/core
9+
10+
11+
12+
13+
614
# [20.0.0](https://github.com/conventional-changelog/commitlint/compare/v19.9.1...v20.0.0) (2025-09-25)
715

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

@commitlint/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/core",
33
"type": "module",
4-
"version": "20.0.0",
4+
"version": "20.1.0",
55
"description": "Lint your commit messages",
66
"main": "lib/core.js",
77
"types": "lib/core.d.ts",
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"@commitlint/format": "^20.0.0",
4040
"@commitlint/lint": "^20.0.0",
41-
"@commitlint/load": "^20.0.0",
41+
"@commitlint/load": "^20.1.0",
4242
"@commitlint/read": "^20.0.0"
4343
},
4444
"devDependencies": {

@commitlint/cz-commitlint/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
# [20.1.0](https://github.com/conventional-changelog/commitlint/compare/v20.0.0...v20.1.0) (2025-09-30)
7+
8+
**Note:** Version bump only for package @commitlint/cz-commitlint
9+
10+
11+
12+
13+
614
# [20.0.0](https://github.com/conventional-changelog/commitlint/compare/v19.9.1...v20.0.0) (2025-09-25)
715

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

@commitlint/cz-commitlint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/cz-commitlint",
33
"type": "module",
4-
"version": "20.0.0",
4+
"version": "20.1.0",
55
"description": "Commitizen adapter using the commitlint.config.js",
66
"main": "./lib/index.js",
77
"exports": {
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@commitlint/ensure": "^20.0.0",
47-
"@commitlint/load": "^20.0.0",
47+
"@commitlint/load": "^20.1.0",
4848
"@commitlint/types": "^20.0.0",
4949
"chalk": "^5.3.0",
5050
"lodash.isplainobject": "^4.0.6",

0 commit comments

Comments
 (0)