Skip to content

Commit 1e04902

Browse files
committed
v6.2.0
1 parent 44e20f8 commit 1e04902

File tree

14 files changed

+81
-12
lines changed

14 files changed

+81
-12
lines changed

@alias/commitlint/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="6.2.0"></a>
7+
# [6.2.0](https://github.com/marionebl/commitlint/compare/v6.1.3...v6.2.0) (2018-05-01)
8+
9+
10+
11+
12+
**Note:** Version bump only for package commitlint
13+
614
<a name="6.1.1"></a>
715
## [6.1.1](https://github.com/marionebl/commitlint/compare/v6.1.0...v6.1.1) (2018-02-22)
816

@alias/commitlint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint",
3-
"version": "6.1.3",
3+
"version": "6.2.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"cli.js"
@@ -35,7 +35,7 @@
3535
},
3636
"license": "MIT",
3737
"dependencies": {
38-
"@commitlint/cli": "^6.1.3",
38+
"@commitlint/cli": "^6.2.0",
3939
"read-pkg": "3.0.0",
4040
"resolve-pkg": "1.0.0"
4141
},

@commitlint/cli/CHANGELOG.md

+11
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 [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="6.2.0"></a>
7+
# [6.2.0](https://github.com/marionebl/commitlint/compare/v6.1.3...v6.2.0) (2018-05-01)
8+
9+
10+
### Features
11+
12+
* print commit message when the message is invalid ([86c34f1](https://github.com/marionebl/commitlint/commit/86c34f1)), closes [#222](https://github.com/marionebl/commitlint/issues/222)
13+
14+
15+
16+
617
<a name="6.1.1"></a>
718
## [6.1.1](https://github.com/marionebl/commitlint/compare/v6.1.0...v6.1.1) (2018-02-22)
819

@commitlint/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "6.1.3",
3+
"version": "6.2.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -76,7 +76,7 @@
7676
},
7777
"dependencies": {
7878
"@commitlint/format": "^6.1.3",
79-
"@commitlint/lint": "^6.1.3",
79+
"@commitlint/lint": "^6.2.0",
8080
"@commitlint/load": "^6.1.3",
8181
"@commitlint/read": "^6.1.3",
8282
"babel-polyfill": "6.26.0",

@commitlint/core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="6.2.0"></a>
7+
# [6.2.0](https://github.com/marionebl/commitlint/compare/v6.1.3...v6.2.0) (2018-05-01)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/core
13+
614
<a name="6.1.1"></a>
715
## [6.1.1](https://github.com/marionebl/commitlint/compare/v6.1.0...v6.1.1) (2018-02-22)
816

@commitlint/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/core",
3-
"version": "6.1.3",
3+
"version": "6.2.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js"
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@commitlint/format": "^6.1.3",
41-
"@commitlint/lint": "^6.1.3",
41+
"@commitlint/lint": "^6.2.0",
4242
"@commitlint/load": "^6.1.3",
4343
"@commitlint/read": "^6.1.3"
4444
}

@commitlint/lint/CHANGELOG.md

+11
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 [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="6.2.0"></a>
7+
# [6.2.0](https://github.com/marionebl/commitlint/compare/v6.1.3...v6.2.0) (2018-05-01)
8+
9+
10+
### Features
11+
12+
* print commit message when the message is invalid ([86c34f1](https://github.com/marionebl/commitlint/commit/86c34f1)), closes [#222](https://github.com/marionebl/commitlint/issues/222)
13+
14+
15+
16+
617
<a name="6.1.1"></a>
718
## [6.1.1](https://github.com/marionebl/commitlint/compare/v6.1.0...v6.1.1) (2018-02-22)
819

@commitlint/lint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/lint",
3-
"version": "6.1.3",
3+
"version": "6.2.0",
44
"description": "Lint a string against commitlint rules",
55
"main": "lib/index.js",
66
"files": [
@@ -76,7 +76,7 @@
7676
"dependencies": {
7777
"@commitlint/is-ignored": "^6.1.3",
7878
"@commitlint/parse": "^6.1.3",
79-
"@commitlint/rules": "^6.1.3",
79+
"@commitlint/rules": "^6.2.0",
8080
"babel-runtime": "^6.23.0",
8181
"lodash.topairs": "4.3.0"
8282
}

@commitlint/rules/CHANGELOG.md

+11
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 [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="6.2.0"></a>
7+
# [6.2.0](https://github.com/marionebl/commitlint/compare/v6.1.3...v6.2.0) (2018-05-01)
8+
9+
10+
### Features
11+
12+
* **rules:** support array for scope-case and type-case ([#312](https://github.com/marionebl/commitlint/issues/312)) ([1f46b9f](https://github.com/marionebl/commitlint/commit/1f46b9f)), closes [#307](https://github.com/marionebl/commitlint/issues/307)
13+
14+
15+
16+
617
<a name="6.1.1"></a>
718
## [6.1.1](https://github.com/marionebl/commitlint/compare/v6.1.0...v6.1.1) (2018-02-22)
819

@commitlint/rules/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/rules",
3-
"version": "6.1.3",
3+
"version": "6.2.0",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"files": [

@commitlint/travis-cli/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="6.2.0"></a>
7+
# [6.2.0](https://github.com/marionebl/commitlint/compare/v6.1.3...v6.2.0) (2018-05-01)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/travis-cli
13+
614
<a name="6.1.1"></a>
715
## [6.1.1](https://github.com/marionebl/commitlint/compare/v6.1.0...v6.1.1) (2018-02-22)
816

@commitlint/travis-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/travis-cli",
3-
"version": "6.1.3",
3+
"version": "6.2.0",
44
"description": "Lint all relevant commits for a change or PR on Travis CI",
55
"files": [
66
"lib/"
@@ -68,7 +68,7 @@
6868
"which": "1.3.0"
6969
},
7070
"dependencies": {
71-
"@commitlint/cli": "^6.1.3",
71+
"@commitlint/cli": "^6.2.0",
7272
"babel-runtime": "6.26.0",
7373
"execa": "0.9.0"
7474
}

CHANGELOG.md

+12
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 [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="6.2.0"></a>
7+
# [6.2.0](https://github.com/marionebl/commitlint/compare/v6.1.3...v6.2.0) (2018-05-01)
8+
9+
10+
### Features
11+
12+
* print commit message when the message is invalid ([86c34f1](https://github.com/marionebl/commitlint/commit/86c34f1)), closes [#222](https://github.com/marionebl/commitlint/issues/222)
13+
* **rules:** support array for scope-case and type-case ([#312](https://github.com/marionebl/commitlint/issues/312)) ([1f46b9f](https://github.com/marionebl/commitlint/commit/1f46b9f)), closes [#307](https://github.com/marionebl/commitlint/issues/307)
14+
15+
16+
17+
618
<a name="6.1.1"></a>
719
## [6.1.1](https://github.com/marionebl/commitlint/compare/v6.1.0...v6.1.1) (2018-02-22)
820

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"lerna": "2.5.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "6.1.3"
5+
"version": "6.2.0"
66
}

0 commit comments

Comments
 (0)