Skip to content

Commit 0cf1473

Browse files
committed
v7.2.0
1 parent cadcfed commit 0cf1473

File tree

26 files changed

+159
-26
lines changed

26 files changed

+159
-26
lines changed

@alias/commitlint/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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="7.2.0"></a>
7+
# [7.2.0](https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0) (2018-10-05)
8+
9+
10+
11+
12+
**Note:** Version bump only for package commitlint
13+
614
<a name="7.1.2"></a>
715
## [7.1.2](https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2) (2018-09-04)
816

@alias/commitlint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint",
3-
"version": "7.1.2",
3+
"version": "7.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": "^7.1.2",
38+
"@commitlint/cli": "^7.2.0",
3939
"read-pkg": "3.0.0",
4040
"resolve-pkg": "1.0.0"
4141
},

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

6+
<a name="7.2.0"></a>
7+
# [7.2.0](https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0) (2018-10-05)
8+
9+
10+
### Features
11+
12+
* **cli:** add format option for report output ([1ecf097](https://github.com/marionebl/commitlint/commit/1ecf097))
13+
14+
15+
16+
617
<a name="7.1.2"></a>
718
## [7.1.2](https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2) (2018-09-04)
819

@commitlint/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "7.1.2",
3+
"version": "7.2.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -75,9 +75,9 @@
7575
"xo": "0.20.3"
7676
},
7777
"dependencies": {
78-
"@commitlint/format": "^7.1.2",
79-
"@commitlint/lint": "^7.1.2",
80-
"@commitlint/load": "^7.1.2",
78+
"@commitlint/format": "^7.2.0",
79+
"@commitlint/lint": "^7.2.0",
80+
"@commitlint/load": "^7.2.0",
8181
"@commitlint/read": "^7.1.2",
8282
"babel-polyfill": "6.26.0",
8383
"chalk": "2.3.1",

@commitlint/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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="7.2.0"></a>
7+
# [7.2.0](https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0) (2018-10-05)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/core
13+
614
<a name="7.1.2"></a>
715
## [7.1.2](https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2) (2018-09-04)
816

@commitlint/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/core",
3-
"version": "7.1.2",
3+
"version": "7.2.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js"
@@ -37,9 +37,9 @@
3737
"xo": "0.20.3"
3838
},
3939
"dependencies": {
40-
"@commitlint/format": "^7.1.2",
41-
"@commitlint/lint": "^7.1.2",
42-
"@commitlint/load": "^7.1.2",
40+
"@commitlint/format": "^7.2.0",
41+
"@commitlint/lint": "^7.2.0",
42+
"@commitlint/load": "^7.2.0",
4343
"@commitlint/read": "^7.1.2"
4444
}
4545
}

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

6+
<a name="7.2.0"></a>
7+
# [7.2.0](https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0) (2018-10-05)
8+
9+
10+
### Bug Fixes
11+
12+
* handle case rules for numerics correctly ([cadcfed](https://github.com/marionebl/commitlint/commit/cadcfed))
13+
14+
15+
16+
617
<a name="7.1.2"></a>
718
## [7.1.2](https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2) (2018-09-04)
819

@commitlint/ensure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/ensure",
3-
"version": "7.1.2",
3+
"version": "7.2.0",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"files": [

@commitlint/format/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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="7.2.0"></a>
7+
# [7.2.0](https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0) (2018-10-05)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/format
13+
614
<a name="7.1.2"></a>
715
## [7.1.2](https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2) (2018-09-04)
816

@commitlint/format/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/format",
3-
"version": "7.1.2",
3+
"version": "7.2.0",
44
"description": "Format commitlint reports",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)