Skip to content

Commit 2027526

Browse files
committed
v5.2.3
1 parent c62bd41 commit 2027526

File tree

10 files changed

+53
-7
lines changed

10 files changed

+53
-7
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="5.2.3"></a>
7+
## [5.2.3](https://github.com/marionebl/commitlint/compare/v5.2.2...v5.2.3) (2017-12-05)
8+
9+
10+
11+
12+
**Note:** Version bump only for package commitlint
13+
614
<a name="5.2.0"></a>
715
# [5.2.0](https://github.com/marionebl/commitlint/compare/v5.1.3...v5.2.0) (2017-11-30)
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": "5.2.0",
3+
"version": "5.2.3",
44
"description": "Lint your commit messages",
55
"bin": {
66
"commitlint": "cli.js"
@@ -28,7 +28,7 @@
2828
},
2929
"license": "MIT",
3030
"dependencies": {
31-
"@commitlint/cli": "^5.2.0",
31+
"@commitlint/cli": "^5.2.3",
3232
"read-pkg": "3.0.0",
3333
"resolve-pkg": "1.0.0"
3434
}

@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="5.2.3"></a>
7+
## [5.2.3](https://github.com/marionebl/commitlint/compare/v5.2.2...v5.2.3) (2017-12-05)
8+
9+
10+
### Bug Fixes
11+
12+
* **cli:** add support for GIT_PARAMS on windows ([c62bd41](https://github.com/marionebl/commitlint/commit/c62bd41)), closes [#103](https://github.com/marionebl/commitlint/issues/103) [#175](https://github.com/marionebl/commitlint/issues/175)
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/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/cli",
3-
"version": "5.2.0",
3+
"version": "5.2.3",
44
"description": "Lint your commit messages",
55
"bin": {
66
"commitlint": "./lib/cli.js"

@commitlint/config-conventional/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="5.2.3"></a>
7+
## [5.2.3](https://github.com/marionebl/commitlint/compare/v5.2.2...v5.2.3) (2017-12-05)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/config-conventional
13+
614
<a name="5.1.3"></a>
715
## [5.1.3](https://github.com/marionebl/commitlint/compare/v5.1.2...v5.1.3) (2017-11-24)
816

@commitlint/config-conventional/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-conventional",
3-
"version": "5.1.3",
3+
"version": "5.2.3",
44
"description": "Shareable commitlint config enforcing conventional commits",
55
"scripts": {
66
"clean": "exit 0",

@commitlint/travis-cli/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="5.2.3"></a>
7+
## [5.2.3](https://github.com/marionebl/commitlint/compare/v5.2.2...v5.2.3) (2017-12-05)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/travis-cli
13+
614
<a name="5.2.2"></a>
715
## [5.2.2](https://github.com/marionebl/commitlint/compare/v5.2.1...v5.2.2) (2017-11-30)
816

@commitlint/travis-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/travis-cli",
3-
"version": "5.2.2",
3+
"version": "5.2.3",
44
"description": "Lint all relevant commits for a change or PR on Travis CI",
55
"bin": {
66
"commitlint-travis": "./lib/cli.js"
@@ -64,7 +64,7 @@
6464
"which": "^1.3.0"
6565
},
6666
"dependencies": {
67-
"@commitlint/cli": "^5.2.0",
67+
"@commitlint/cli": "^5.2.3",
6868
"babel-runtime": "^6.26.0",
6969
"execa": "^0.8.0"
7070
}

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.3"></a>
7+
## [5.2.3](https://github.com/marionebl/commitlint/compare/v5.2.2...v5.2.3) (2017-12-05)
8+
9+
10+
### Bug Fixes
11+
12+
* **cli:** add support for GIT_PARAMS on windows ([c62bd41](https://github.com/marionebl/commitlint/commit/c62bd41)), closes [#103](https://github.com/marionebl/commitlint/issues/103) [#175](https://github.com/marionebl/commitlint/issues/175)
13+
14+
15+
16+
617
<a name="5.2.2"></a>
718
## [5.2.2](https://github.com/marionebl/commitlint/compare/v5.2.1...v5.2.2) (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.2"
5+
"version": "5.2.3"
66
}

0 commit comments

Comments
 (0)