Skip to content

Commit 3acafdf

Browse files
committed
v3.0.2
1 parent f0755bd commit 3acafdf

File tree

25 files changed

+152
-28
lines changed

25 files changed

+152
-28
lines changed

@commitlint/cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
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 [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
<a name="3.0.2"></a>
7+
## 3.0.2 (2017-07-11)
8+
9+
10+
### Bug Fixes
11+
12+
* **cli:** remove destructuring for node 4 support ([fe8caff](https://github.com/marionebl/commitlint/commit/fe8caff))
13+
* ensure node4 compat ([bfeb653](https://github.com/marionebl/commitlint/commit/bfeb653))
14+
15+
16+
17+
618
<a name="3.0.1"></a>
719
## 3.0.1 (2017-07-11)
820

@commitlint/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Lint your commit messages",
55
"bin": {
66
"commitlint": "cli.js"
@@ -40,15 +40,15 @@
4040
},
4141
"license": "MIT",
4242
"devDependencies": {
43-
"@commitlint/utils": "^3.0.1",
43+
"@commitlint/utils": "^3.0.2",
4444
"ava": "^0.18.2",
4545
"dependency-check": "^2.9.1",
4646
"execa": "^0.7.0",
4747
"string-to-stream": "^1.1.0",
4848
"xo": "^0.18.2"
4949
},
5050
"dependencies": {
51-
"@commitlint/core": "^3.0.1",
51+
"@commitlint/core": "^3.0.2",
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: 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 [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
<a name="3.0.2"></a>
7+
## 3.0.2 (2017-07-11)
8+
9+
10+
### Features
11+
12+
* alias config packages ([1946baf](https://github.com/marionebl/commitlint/commit/1946baf))
13+
14+
15+
16+
617
<a name="3.0.1"></a>
718
## 3.0.1 (2017-07-11)
819

@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.1",
3+
"version": "3.0.2",
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.1"
27+
"@commitlint/config-angular": "^3.0.2"
2828
}
2929
}

@commitlint/commitlint-config-lerna-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 [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
<a name="3.0.2"></a>
7+
## 3.0.2 (2017-07-11)
8+
9+
10+
### Features
11+
12+
* alias config packages ([1946baf](https://github.com/marionebl/commitlint/commit/1946baf))
13+
14+
15+
16+
617
<a name="3.0.1"></a>
718
## 3.0.1 (2017-07-11)
819

@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.1",
3+
"version": "3.0.2",
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.1"
27+
"@commitlint/config-lerna-scopes": "^3.0.2"
2828
}
2929
}

@commitlint/commitlint-config-patternplate/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 [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
55

6+
<a name="3.0.2"></a>
7+
## 3.0.2 (2017-07-11)
8+
9+
10+
### Features
11+
12+
* alias config packages ([1946baf](https://github.com/marionebl/commitlint/commit/1946baf))
13+
14+
15+
16+
617
<a name="3.0.1"></a>
718
## 3.0.1 (2017-07-11)
819

@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.1",
3+
"version": "3.0.2",
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.1"
27+
"@commitlint/config-patternplate": "^3.0.2"
2828
}
2929
}

@commitlint/config-angular/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.2"></a>
7+
## 3.0.2 (2017-07-11)
8+
9+
10+
11+
612
<a name="3.0.1"></a>
713
## 3.0.1 (2017-07-11)
814

@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.1",
3+
"version": "3.0.2",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"scripts": {
66
"pretest": "dep-check",
@@ -25,6 +25,6 @@
2525
},
2626
"homepage": "https://github.com/marionebl/commitlint#readme",
2727
"devDependencies": {
28-
"@commitlint/utils": "^3.0.1"
28+
"@commitlint/utils": "^3.0.2"
2929
}
3030
}

0 commit comments

Comments
 (0)