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",

0 commit comments

Comments
 (0)