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

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.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

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.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

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.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

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

0 commit comments

Comments
 (0)