File tree Expand file tree Collapse file tree 16 files changed +84
-14
lines changed Expand file tree Collapse file tree 16 files changed +84
-14
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ <a name =" 5.2.5 " ></a >
7
+ ## [ 5.2.5] ( https://github.com/marionebl/commitlint/compare/v5.2.4...v5.2.5 ) (2017-12-08)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package commitlint
13
+
6
14
<a name =" 5.2.4 " ></a >
7
15
## [ 5.2.4] ( https://github.com/marionebl/commitlint/compare/v5.2.3...v5.2.4 ) (2017-12-08)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint" ,
3
- "version" : " 5.2.4 " ,
3
+ "version" : " 5.2.5 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"bin" : {
6
6
"commitlint" : " cli.js"
28
28
},
29
29
"license" : " MIT" ,
30
30
"dependencies" : {
31
- "@commitlint/cli" : " ^5.2.4 " ,
31
+ "@commitlint/cli" : " ^5.2.5 " ,
32
32
"read-pkg" : " 3.0.0" ,
33
33
"resolve-pkg" : " 1.0.0"
34
34
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ <a name =" 5.2.5 " ></a >
7
+ ## [ 5.2.5] ( https://github.com/marionebl/commitlint/compare/v5.2.4...v5.2.5 ) (2017-12-08)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package @commitlint/cli
13
+
6
14
<a name =" 5.2.4 " ></a >
7
15
## [ 5.2.4] ( https://github.com/marionebl/commitlint/compare/v5.2.3...v5.2.4 ) (2017-12-08)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/cli" ,
3
- "version" : " 5.2.4 " ,
3
+ "version" : " 5.2.5 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"bin" : {
6
6
"commitlint" : " ./lib/cli.js"
69
69
"xo" : " 0.18.2"
70
70
},
71
71
"dependencies" : {
72
- "@commitlint/core" : " ^5.2.4 " ,
72
+ "@commitlint/core" : " ^5.2.5 " ,
73
73
"babel-polyfill" : " 6.26.0" ,
74
74
"chalk" : " 2.3.0" ,
75
75
"get-stdin" : " 5.0.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ <a name =" 5.2.5 " ></a >
7
+ ## [ 5.2.5] ( https://github.com/marionebl/commitlint/compare/v5.2.4...v5.2.5 ) (2017-12-08)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * ** core:** use correct report message [ #192 ] ( https://github.com/marionebl/commitlint/issues/192 ) ([ e3a78bc] ( https://github.com/marionebl/commitlint/commit/e3a78bc ) )
13
+
14
+
15
+
16
+
6
17
<a name =" 5.2.4 " ></a >
7
18
## [ 5.2.4] ( https://github.com/marionebl/commitlint/compare/v5.2.3...v5.2.4 ) (2017-12-08)
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/core" ,
3
- "version" : " 5.2.4 " ,
3
+ "version" : " 5.2.5 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ <a name =" 5.2.5 " ></a >
7
+ ## [ 5.2.5] ( https://github.com/marionebl/commitlint/compare/v5.2.4...v5.2.5 ) (2017-12-08)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package @commitlint/prompt-cli
13
+
6
14
<a name =" 5.2.4 " ></a >
7
15
## [ 5.2.4] ( https://github.com/marionebl/commitlint/compare/v5.2.3...v5.2.4 ) (2017-12-08)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt-cli" ,
3
- "version" : " 5.2.4 " ,
3
+ "version" : " 5.2.5 " ,
4
4
"description" : " commit prompt using commitlint.config.js" ,
5
5
"bin" : {
6
6
"commit" : " ./cli.js"
31
31
"xo" : " 0.18.2"
32
32
},
33
33
"dependencies" : {
34
- "@commitlint/prompt" : " ^5.2.4 " ,
34
+ "@commitlint/prompt" : " ^5.2.5 " ,
35
35
"execa" : " 0.8.0" ,
36
36
"meow" : " 3.7.0"
37
37
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ <a name =" 5.2.5 " ></a >
7
+ ## [ 5.2.5] ( https://github.com/marionebl/commitlint/compare/v5.2.4...v5.2.5 ) (2017-12-08)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package @commitlint/prompt
13
+
6
14
<a name =" 5.2.4 " ></a >
7
15
## [ 5.2.4] ( https://github.com/marionebl/commitlint/compare/v5.2.3...v5.2.4 ) (2017-12-08)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt" ,
3
- "version" : " 5.2.4 " ,
3
+ "version" : " 5.2.5 " ,
4
4
"description" : " commitizen prompt using commitlint.config.js" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"scripts" : {
66
66
"xo" : " 0.18.2"
67
67
},
68
68
"dependencies" : {
69
- "@commitlint/core" : " ^5.2.4 " ,
69
+ "@commitlint/core" : " ^5.2.5 " ,
70
70
"babel-runtime" : " ^6.23.0" ,
71
71
"chalk" : " ^2.0.0" ,
72
72
"lodash" : " ^4.17.4" ,
You can’t perform that action at this time.
0 commit comments