Skip to content

Commit 5a41f16

Browse files
committed
v3.0.1
1 parent 2bcc941 commit 5a41f16

File tree

17 files changed

+147
-13
lines changed

17 files changed

+147
-13
lines changed

@commitlint/cli/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
<a name="3.0.0"></a>
12+
# 3.0.0 (2017-07-10)
13+
14+
15+
### Bug Fixes
16+
17+
* **cli:** remove destructuring for node 4 support ([94437e8](https://github.com/marionebl/commitlint/commit/94437e8))
18+
* ensure node4 compat ([a5e658a](https://github.com/marionebl/commitlint/commit/a5e658a))
19+
20+
21+
22+
623
<a name="3.0.0"></a>
724
# 3.0.0 (2017-07-10)
825

@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.0",
3+
"version": "3.0.1",
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.0",
51+
"@commitlint/core": "^3.0.1",
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: 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.1"></a>
7+
## 3.0.1 (2017-07-11)
8+
9+
10+
11+
<a name="3.0.0"></a>
12+
# 3.0.0 (2017-07-10)
13+
14+
15+
### Features
16+
17+
* alias config packages ([67ba5c6](https://github.com/marionebl/commitlint/commit/67ba5c6))
18+
19+
20+
21+
622
<a name="3.0.0"></a>
723
# 3.0.0 (2017-07-10)
824

@commitlint/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.0",
3+
"version": "3.0.1",
44
"description": "Shareable commitlint config enforcing the angular commit convention",
55
"scripts": {
66
"test": "exit 0",

@commitlint/commitlint-config-lerna-scopes/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.1"></a>
7+
## 3.0.1 (2017-07-11)
8+
9+
10+
11+
<a name="3.0.0"></a>
12+
# 3.0.0 (2017-07-10)
13+
14+
15+
### Features
16+
17+
* alias config packages ([67ba5c6](https://github.com/marionebl/commitlint/commit/67ba5c6))
18+
19+
20+
21+
622
<a name="3.0.0"></a>
723
# 3.0.0 (2017-07-10)
824

@commitlint/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.0",
3+
"version": "3.0.1",
44
"description": "Shareable commitlint config enforcing lerna package names as scopes",
55
"scripts": {
66
"test": "exit 0",

@commitlint/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.1"></a>
7+
## 3.0.1 (2017-07-11)
8+
9+
10+
11+
<a name="3.0.0"></a>
12+
# 3.0.0 (2017-07-10)
13+
14+
15+
### Features
16+
17+
* alias config packages ([67ba5c6](https://github.com/marionebl/commitlint/commit/67ba5c6))
18+
19+
20+
21+
622
<a name="3.0.0"></a>
723
# 3.0.0 (2017-07-10)
824

@commitlint/commitlint-config-patternplate/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-patternplate",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Lint your commits, patternplate-style",
55
"scripts": {
66
"test": "exit 0",

@commitlint/core/CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,37 @@
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+
* use conventional-changelog-angular again ([2bcc941](https://github.com/marionebl/commitlint/commit/2bcc941))
13+
14+
15+
16+
<a name="3.0.0"></a>
17+
# 3.0.0 (2017-07-10)
18+
19+
20+
### Bug Fixes
21+
22+
* enable recursive relative extends ([e715d86](https://github.com/marionebl/commitlint/commit/e715d86))
23+
* ensure node4 compat ([a5e658a](https://github.com/marionebl/commitlint/commit/a5e658a))
24+
* **core:** ignore version commits with leading whitespace ([ead20b6](https://github.com/marionebl/commitlint/commit/ead20b6))
25+
* **core:** resolve extends relative to config file ([2257a80](https://github.com/marionebl/commitlint/commit/2257a80))
26+
27+
28+
### Features
29+
30+
* **core:** do not prefix relative extends ([dfb661f](https://github.com/marionebl/commitlint/commit/dfb661f))
31+
* **core:** readd support for .conventional-changelog-lintrc ([030298e](https://github.com/marionebl/commitlint/commit/030298e))
32+
* **core:** support conventional-changelog-lint-config-* ([3092ce5](https://github.com/marionebl/commitlint/commit/3092ce5))
33+
34+
35+
36+
637
<a name="3.0.0"></a>
738
# 3.0.0 (2017-07-10)
839

@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.0",
3+
"version": "3.0.1",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)