Skip to content

Commit 407cc4c

Browse files
committed
v3.0.4
1 parent a3ae212 commit 407cc4c

File tree

23 files changed

+258
-20
lines changed

23 files changed

+258
-20
lines changed

@commitlint/cli/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@
33
All notable changes to this project will be documented in this file.
44
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
<a name="3.0.4"></a>
7+
## 3.0.4 (2017-08-04)
8+
9+
10+
### Bug Fixes
11+
12+
* **core:** correct type validation message ([09c2b26](https://github.com/marionebl/commitlint/commit/09c2b26))
13+
14+
15+
16+
<a name="3.0.3"></a>
17+
## 3.0.3 (2017-07-16)
18+
19+
20+
21+
<a name="3.0.2"></a>
22+
## 3.0.2 (2017-07-11)
23+
24+
25+
### Bug Fixes
26+
27+
* **cli:** remove destructuring for node 4 support ([fe8caff](https://github.com/marionebl/commitlint/commit/fe8caff))
28+
* ensure node4 compat ([bfeb653](https://github.com/marionebl/commitlint/commit/bfeb653))
29+
30+
31+
32+
633
<a name="3.0.3"></a>
734
## 3.0.3 (2017-07-16)
835

@commitlint/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Lint your commit messages",
55
"bin": {
66
"commitlint": "cli.js"
@@ -48,7 +48,7 @@
4848
"xo": "^0.18.2"
4949
},
5050
"dependencies": {
51-
"@commitlint/core": "^3.0.3",
51+
"@commitlint/core": "^3.0.4",
5252
"babel-polyfill": "^6.23.0",
5353
"chalk": "^2.0.1",
5454
"get-stdin": "^5.0.1",

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
<a name="3.0.4"></a>
7+
## 3.0.4 (2017-08-04)
8+
9+
10+
11+
<a name="3.0.3"></a>
12+
## 3.0.3 (2017-07-16)
13+
14+
15+
16+
<a name="3.0.2"></a>
17+
## 3.0.2 (2017-07-11)
18+
19+
20+
### Features
21+
22+
* alias config packages ([1946baf](https://github.com/marionebl/commitlint/commit/1946baf))
23+
24+
25+
26+
627
<a name="3.0.3"></a>
728
## 3.0.3 (2017-07-16)
829

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-angular",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"scripts": {
66
"test": "exit 0",
@@ -24,6 +24,6 @@
2424
},
2525
"homepage": "https://github.com/marionebl/commitlint#readme",
2626
"dependencies": {
27-
"@commitlint/config-angular": "^3.0.3"
27+
"@commitlint/config-angular": "^3.0.4"
2828
}
2929
}

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
<a name="3.0.4"></a>
7+
## 3.0.4 (2017-08-04)
8+
9+
10+
11+
<a name="3.0.3"></a>
12+
## 3.0.3 (2017-07-16)
13+
14+
15+
16+
<a name="3.0.2"></a>
17+
## 3.0.2 (2017-07-11)
18+
19+
20+
### Features
21+
22+
* alias config packages ([1946baf](https://github.com/marionebl/commitlint/commit/1946baf))
23+
24+
25+
26+
627
<a name="3.0.3"></a>
728
## 3.0.3 (2017-07-16)
829

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-lerna-scopes",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"scripts": {
66
"test": "exit 0",
@@ -24,6 +24,6 @@
2424
},
2525
"homepage": "https://github.com/marionebl/commitlint#readme",
2626
"dependencies": {
27-
"@commitlint/config-lerna-scopes": "^3.0.3"
27+
"@commitlint/config-lerna-scopes": "^3.0.4"
2828
}
2929
}

@commitlint/commitlint-config-patternplate/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
<a name="3.0.4"></a>
7+
## 3.0.4 (2017-08-04)
8+
9+
10+
11+
<a name="3.0.3"></a>
12+
## 3.0.3 (2017-07-16)
13+
14+
15+
16+
<a name="3.0.2"></a>
17+
## 3.0.2 (2017-07-11)
18+
19+
20+
### Features
21+
22+
* alias config packages ([1946baf](https://github.com/marionebl/commitlint/commit/1946baf))
23+
24+
25+
26+
627
<a name="3.0.3"></a>
728
## 3.0.3 (2017-07-16)
829

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-patternplate",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Lint your commits, patternplate-style",
55
"scripts": {
66
"test": "exit 0",
@@ -24,6 +24,6 @@
2424
},
2525
"homepage": "https://github.com/marionebl/commitlint#readme",
2626
"dependencies": {
27-
"@commitlint/config-patternplate": "^3.0.3"
27+
"@commitlint/config-patternplate": "^3.0.4"
2828
}
2929
}

@commitlint/config-angular/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
<a name="3.0.4"></a>
7+
## 3.0.4 (2017-08-04)
8+
9+
10+
11+
<a name="3.0.3"></a>
12+
## 3.0.3 (2017-07-16)
13+
14+
15+
16+
<a name="3.0.2"></a>
17+
## 3.0.2 (2017-07-11)
18+
19+
20+
21+
622
<a name="3.0.3"></a>
723
## 3.0.3 (2017-07-16)
824

@commitlint/config-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-angular",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"scripts": {
66
"pretest": "dep-check",

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
<a name="3.0.4"></a>
7+
## 3.0.4 (2017-08-04)
8+
9+
10+
11+
<a name="3.0.3"></a>
12+
## 3.0.3 (2017-07-16)
13+
14+
15+
16+
<a name="3.0.2"></a>
17+
## 3.0.2 (2017-07-11)
18+
19+
20+
### Features
21+
22+
* **config-lerna-scopes:** support non-standard lerna repos ([71fc40e](https://github.com/marionebl/commitlint/commit/71fc40e))
23+
24+
25+
26+
627
<a name="3.0.3"></a>
728
## 3.0.3 (2017-07-16)
829

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-lerna-scopes",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"scripts": {
66
"pretest": "dep-check",

@commitlint/config-patternplate/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
<a name="3.0.4"></a>
7+
## 3.0.4 (2017-08-04)
8+
9+
10+
11+
<a name="3.0.3"></a>
12+
## 3.0.3 (2017-07-16)
13+
14+
15+
16+
<a name="3.0.2"></a>
17+
## 3.0.2 (2017-07-11)
18+
19+
20+
21+
622
<a name="3.0.3"></a>
723
## 3.0.3 (2017-07-16)
824

@commitlint/config-patternplate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-patternplate",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Lint your commits, patternplate-style",
55
"scripts": {
66
"pretest": "dep-check",
@@ -25,7 +25,7 @@
2525
},
2626
"homepage": "https://github.com/marionebl/commitlint#readme",
2727
"dependencies": {
28-
"@commitlint/config-angular": "^3.0.3",
28+
"@commitlint/config-angular": "^3.0.4",
2929
"globby": "^4.0.0",
3030
"lodash": "^4.5.1"
3131
},

@commitlint/core/CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,48 @@
33
All notable changes to this project will be documented in this file.
44
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
<a name="3.0.4"></a>
7+
## 3.0.4 (2017-08-04)
8+
9+
10+
### Bug Fixes
11+
12+
* **core:** correct type validation message ([09c2b26](https://github.com/marionebl/commitlint/commit/09c2b26))
13+
14+
15+
### Features
16+
17+
* **core:** add Signed-off-by rule ([cefeb74](https://github.com/marionebl/commitlint/commit/cefeb74))
18+
19+
20+
21+
<a name="3.0.3"></a>
22+
## 3.0.3 (2017-07-16)
23+
24+
25+
26+
<a name="3.0.2"></a>
27+
## 3.0.2 (2017-07-11)
28+
29+
30+
### Bug Fixes
31+
32+
* enable recursive relative extends ([4decd4d](https://github.com/marionebl/commitlint/commit/4decd4d))
33+
* ensure node4 compat ([bfeb653](https://github.com/marionebl/commitlint/commit/bfeb653))
34+
* **core:** ignore version commits with leading whitespace ([9551bd6](https://github.com/marionebl/commitlint/commit/9551bd6))
35+
* **core:** resolve extends relative to config file ([0dd18bc](https://github.com/marionebl/commitlint/commit/0dd18bc))
36+
* use conventional-changelog-angular again ([633d835](https://github.com/marionebl/commitlint/commit/633d835))
37+
38+
39+
### Features
40+
41+
* **core:** do not prefix relative extends ([8fbbaed](https://github.com/marionebl/commitlint/commit/8fbbaed))
42+
* **core:** readd support for .conventional-changelog-lintrc ([02e4f43](https://github.com/marionebl/commitlint/commit/02e4f43))
43+
* **core:** support conventional-changelog-lint-config-* ([c80766b](https://github.com/marionebl/commitlint/commit/c80766b))
44+
45+
46+
47+
648
<a name="3.0.3"></a>
749
## 3.0.3 (2017-07-16)
850

@commitlint/core/package.json

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

@commitlint/example-prompt/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
<a name="3.0.4"></a>
7+
## 3.0.4 (2017-08-04)
8+
9+
10+
11+
<a name="3.0.3"></a>
12+
## 3.0.3 (2017-07-16)
13+
14+
15+
16+
<a name="3.0.2"></a>
17+
## 3.0.2 (2017-07-11)
18+
19+
20+
21+
622
<a name="3.0.3"></a>
723
## 3.0.3 (2017-07-16)
824

@commitlint/example-prompt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@commitlint/example-prompt",
33
"private": true,
4-
"version": "3.0.3",
4+
"version": "3.0.4",
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": "^3.0.3"
20+
"@commitlint/prompt-cli": "^3.0.4"
2121
}
2222
}

0 commit comments

Comments
 (0)