Skip to content

Commit ea33884

Browse files
committed
v5.2.2
1 parent 9bc56c6 commit ea33884

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

@commitlint/travis-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="5.2.2"></a>
7+
## [5.2.2](https://github.com/marionebl/commitlint/compare/v5.2.1...v5.2.2) (2017-11-30)
8+
9+
10+
### Bug Fixes
11+
12+
* **travis-cli:** read push commits directly ([9bc56c6](https://github.com/marionebl/commitlint/commit/9bc56c6))
13+
14+
15+
16+
617
<a name="5.2.1"></a>
718
## [5.2.1](https://github.com/marionebl/commitlint/compare/v5.2.0...v5.2.1) (2017-11-30)
819

@commitlint/travis-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/travis-cli",
3-
"version": "5.2.1",
3+
"version": "5.2.2",
44
"description": "Lint all relevant commits for a change or PR on Travis CI",
55
"bin": {
66
"commitlint-travis": "./lib/cli.js"

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="5.2.2"></a>
7+
## [5.2.2](https://github.com/marionebl/commitlint/compare/v5.2.1...v5.2.2) (2017-11-30)
8+
9+
10+
### Bug Fixes
11+
12+
* **travis-cli:** read push commits directly ([9bc56c6](https://github.com/marionebl/commitlint/commit/9bc56c6))
13+
14+
15+
16+
617
<a name="5.2.1"></a>
718
## [5.2.1](https://github.com/marionebl/commitlint/compare/v5.2.0...v5.2.1) (2017-11-30)
819

lerna.json

Lines changed: 1 addition & 1 deletion
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": "5.2.1"
5+
"version": "5.2.2"
66
}

0 commit comments

Comments
 (0)