Skip to content

Commit da23140

Browse files
committed
v5.2.1
1 parent 85b201f commit da23140

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

@commitlint/travis-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="5.2.1"></a>
7+
## [5.2.1](https://github.com/marionebl/commitlint/compare/v5.2.0...v5.2.1) (2017-11-30)
8+
9+
10+
### Bug Fixes
11+
12+
* **travis-cli:** lint ranges only for pr builds ([85b201f](https://github.com/marionebl/commitlint/commit/85b201f))
13+
14+
15+
16+
617
<a name="5.2.0"></a>
718
# [5.2.0](https://github.com/marionebl/commitlint/compare/v5.1.3...v5.2.0) (2017-11-30)
819

@commitlint/travis-cli/package.json

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

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="5.2.1"></a>
7+
## [5.2.1](https://github.com/marionebl/commitlint/compare/v5.2.0...v5.2.1) (2017-11-30)
8+
9+
10+
### Bug Fixes
11+
12+
* **travis-cli:** lint ranges only for pr builds ([85b201f](https://github.com/marionebl/commitlint/commit/85b201f))
13+
14+
15+
16+
617
<a name="5.2.0"></a>
718
# [5.2.0](https://github.com/marionebl/commitlint/compare/v5.1.3...v5.2.0) (2017-11-30)
819

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": "5.2.0"
5+
"version": "5.2.1"
66
}

0 commit comments

Comments
 (0)