Skip to content

Commit 5431899

Browse files
committed
v4.1.0
1 parent 75f402d commit 5431899

File tree

11 files changed

+53
-10
lines changed

11 files changed

+53
-10
lines changed

@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+
<a name="4.1.0"></a>
7+
# [4.1.0](https://github.com/marionebl/commitlint/compare/v4.0.0...v4.1.0) (2017-10-05)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/cli
13+
614
<a name="4.0.0"></a>
715
# [4.0.0](https://github.com/marionebl/commitlint/compare/v3.2.0...v4.0.0) (2017-10-04)
816

@commitlint/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Lint your commit messages",
55
"bin": {
66
"commitlint": "cli.js"
@@ -53,7 +53,7 @@
5353
"xo": "^0.18.2"
5454
},
5555
"dependencies": {
56-
"@commitlint/core": "^4.0.0",
56+
"@commitlint/core": "^4.1.0",
5757
"babel-polyfill": "^6.23.0",
5858
"chalk": "^2.0.1",
5959
"get-stdin": "^5.0.1",

@commitlint/core/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+
<a name="4.1.0"></a>
7+
# [4.1.0](https://github.com/marionebl/commitlint/compare/v4.0.0...v4.1.0) (2017-10-05)
8+
9+
10+
### Features
11+
12+
* **core:** ignore version commits with footers ([3804176](https://github.com/marionebl/commitlint/commit/3804176))
13+
14+
15+
16+
617
<a name="4.0.0"></a>
718
# [4.0.0](https://github.com/marionebl/commitlint/compare/v3.2.0...v4.0.0) (2017-10-04)
819

@commitlint/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/core",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"scripts": {

@commitlint/example-prompt/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+
<a name="4.1.0"></a>
7+
# [4.1.0](https://github.com/marionebl/commitlint/compare/v4.0.0...v4.1.0) (2017-10-05)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/example-prompt
13+
614
<a name="4.0.0"></a>
715
# [4.0.0](https://github.com/marionebl/commitlint/compare/v3.2.0...v4.0.0) (2017-10-04)
816

@commitlint/example-prompt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/example-prompt",
33
"private": true,
4-
"version": "4.0.0",
4+
"version": "4.1.0",
55
"description": "Example for prompt guide",
66
"scripts": {
77
"commit": "commit"
@@ -17,6 +17,6 @@
1717
},
1818
"homepage": "https://github.com/marionebl/commitlint#readme",
1919
"devDependencies": {
20-
"@commitlint/prompt-cli": "^4.0.0"
20+
"@commitlint/prompt-cli": "^4.1.0"
2121
}
2222
}

@commitlint/prompt-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+
<a name="4.1.0"></a>
7+
# [4.1.0](https://github.com/marionebl/commitlint/compare/v4.0.0...v4.1.0) (2017-10-05)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/prompt-cli
13+
614
<a name="4.0.0"></a>
715
# [4.0.0](https://github.com/marionebl/commitlint/compare/v3.2.0...v4.0.0) (2017-10-04)
816

@commitlint/prompt-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/prompt-cli",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "commit prompt using commitlint.config.js",
55
"bin": {
66
"commit": "./cli.js"
@@ -29,7 +29,7 @@
2929
"@commitlint/utils": "^3.1.1"
3030
},
3131
"dependencies": {
32-
"@commitlint/prompt": "^4.0.0",
32+
"@commitlint/prompt": "^4.1.0",
3333
"execa": "^0.7.0",
3434
"meow": "^3.7.0"
3535
}

@commitlint/prompt/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+
<a name="4.1.0"></a>
7+
# [4.1.0](https://github.com/marionebl/commitlint/compare/v4.0.0...v4.1.0) (2017-10-05)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/prompt
13+
614
<a name="4.0.0"></a>
715
# [4.0.0](https://github.com/marionebl/commitlint/compare/v3.2.0...v4.0.0) (2017-10-04)
816

@commitlint/prompt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/prompt",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "commitizen prompt using commitlint.config.js",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -63,7 +63,7 @@
6363
"throat": "^4.1.0"
6464
},
6565
"dependencies": {
66-
"@commitlint/core": "^4.0.0",
66+
"@commitlint/core": "^4.1.0",
6767
"babel-runtime": "^6.23.0",
6868
"chalk": "^1.1.1",
6969
"lodash": "^4.17.4",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"@commitlint/*",
55
"@packages/*"
66
],
7-
"version": "4.0.0"
7+
"version": "4.1.0"
88
}

0 commit comments

Comments
 (0)