Skip to content

Commit 8d49a7e

Browse files
committed
v3.0.1
1 parent cb87157 commit 8d49a7e

File tree

23 files changed

+139
-15
lines changed

23 files changed

+139
-15
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.1"></a>
7+
## 3.0.1 (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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"license": "MIT",
4242
"devDependencies": {
43-
"@commitlint/utils": "^3.0.0",
43+
"@commitlint/utils": "^3.0.1",
4444
"ava": "^0.18.2",
4545
"dependency-check": "^2.9.1",
4646
"execa": "^0.7.0",

@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.1"></a>
7+
## 3.0.1 (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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
},
2525
"homepage": "https://github.com/marionebl/commitlint#readme",
2626
"dependencies": {
27-
"@commitlint/config-angular": "^3.0.0"
27+
"@commitlint/config-angular": "^3.0.1"
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.1"></a>
7+
## 3.0.1 (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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
},
2525
"homepage": "https://github.com/marionebl/commitlint#readme",
2626
"dependencies": {
27-
"@commitlint/config-lerna-scopes": "^3.0.0"
27+
"@commitlint/config-lerna-scopes": "^3.0.1"
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.1"></a>
7+
## 3.0.1 (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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
},
2525
"homepage": "https://github.com/marionebl/commitlint#readme",
2626
"dependencies": {
27-
"@commitlint/config-patternplate": "^3.0.0"
27+
"@commitlint/config-patternplate": "^3.0.1"
2828
}
2929
}

@commitlint/config-angular/CHANGELOG.md

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

@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.0",
3+
"version": "3.0.1",
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.0"
28+
"@commitlint/utils": "^3.0.1"
2929
}
3030
}

0 commit comments

Comments
 (0)