File tree 13 files changed +63
-12
lines changed
13 files changed +63
-12
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 =" 4.2.2 " ></a >
7
+ ## [ 4.2.2] ( https://github.com/marionebl/commitlint/compare/v4.2.1...v4.2.2 ) (2017-10-26)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package commitlint
13
+
6
14
<a name =" 4.2.1 " ></a >
7
15
## [ 4.2.1] ( https://github.com/marionebl/commitlint/compare/v4.2.0...v4.2.1 ) (2017-10-18)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint" ,
3
- "version" : " 4.2.1 " ,
3
+ "version" : " 4.2.2 " ,
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" : " ^4.2.1 " ,
31
+ "@commitlint/cli" : " ^4.2.2 " ,
32
32
"read-pkg" : " ^2.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 =" 4.2.2 " ></a >
7
+ ## [ 4.2.2] ( https://github.com/marionebl/commitlint/compare/v4.2.1...v4.2.2 ) (2017-10-26)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package @commitlint/cli
13
+
6
14
<a name =" 4.2.1 " ></a >
7
15
## [ 4.2.1] ( https://github.com/marionebl/commitlint/compare/v4.2.0...v4.2.1 ) (2017-10-18)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/cli" ,
3
- "version" : " 4.2.1 " ,
3
+ "version" : " 4.2.2 " ,
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" : " ^4.2.1 " ,
72
+ "@commitlint/core" : " ^4.2.2 " ,
73
73
"babel-polyfill" : " ^6.23.0" ,
74
74
"chalk" : " ^2.0.1" ,
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 =" 4.2.2 " ></a >
7
+ ## [ 4.2.2] ( https://github.com/marionebl/commitlint/compare/v4.2.1...v4.2.2 ) (2017-10-26)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * default to process.cwd [ #100 ] ( https://github.com/marionebl/commitlint/issues/100 ) ([ #101 ] ( https://github.com/marionebl/commitlint/issues/101 ) ) ([ a04f12f] ( https://github.com/marionebl/commitlint/commit/a04f12f ) )
13
+
14
+
15
+
16
+
6
17
<a name =" 4.2.1 " ></a >
7
18
## [ 4.2.1] ( https://github.com/marionebl/commitlint/compare/v4.2.0...v4.2.1 ) (2017-10-18)
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/core" ,
3
- "version" : " 4.2.1 " ,
3
+ "version" : " 4.2.2 " ,
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 =" 4.2.2 " ></a >
7
+ ## [ 4.2.2] ( https://github.com/marionebl/commitlint/compare/v4.2.1...v4.2.2 ) (2017-10-26)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package @commitlint/prompt-cli
13
+
6
14
<a name =" 4.2.1 " ></a >
7
15
## [ 4.2.1] ( https://github.com/marionebl/commitlint/compare/v4.2.0...v4.2.1 ) (2017-10-18)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt-cli" ,
3
- "version" : " 4.2.1 " ,
3
+ "version" : " 4.2.2 " ,
4
4
"description" : " commit prompt using commitlint.config.js" ,
5
5
"bin" : {
6
6
"commit" : " ./cli.js"
29
29
"@commitlint/utils" : " ^4.2.1"
30
30
},
31
31
"dependencies" : {
32
- "@commitlint/prompt" : " ^4.2.1 " ,
32
+ "@commitlint/prompt" : " ^4.2.2 " ,
33
33
"execa" : " ^0.7.0" ,
34
34
"meow" : " ^3.7.0"
35
35
}
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 =" 4.2.2 " ></a >
7
+ ## [ 4.2.2] ( https://github.com/marionebl/commitlint/compare/v4.2.1...v4.2.2 ) (2017-10-26)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package @commitlint/prompt
13
+
6
14
<a name =" 4.2.1 " ></a >
7
15
## [ 4.2.1] ( https://github.com/marionebl/commitlint/compare/v4.2.0...v4.2.1 ) (2017-10-18)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt" ,
3
- "version" : " 4.2.1 " ,
3
+ "version" : " 4.2.2 " ,
4
4
"description" : " commitizen prompt using commitlint.config.js" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"scripts" : {
64
64
"throat" : " ^4.1.0"
65
65
},
66
66
"dependencies" : {
67
- "@commitlint/core" : " ^4.2.1 " ,
67
+ "@commitlint/core" : " ^4.2.2 " ,
68
68
"babel-runtime" : " ^6.23.0" ,
69
69
"chalk" : " ^1.1.1" ,
70
70
"lodash" : " ^4.17.4" ,
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 =" 4.2.2 " ></a >
7
+ ## [ 4.2.2] ( https://github.com/marionebl/commitlint/compare/v4.2.1...v4.2.2 ) (2017-10-26)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package @commitlint/example-prompt
13
+
6
14
<a name =" 4.2.1 " ></a >
7
15
## [ 4.2.1] ( https://github.com/marionebl/commitlint/compare/v4.2.0...v4.2.1 ) (2017-10-18)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/example-prompt" ,
3
3
"private" : true ,
4
- "version" : " 4.2.1 " ,
4
+ "version" : " 4.2.2 " ,
5
5
"description" : " Example for prompt guide" ,
6
6
"scripts" : {
7
7
"commit" : " commit"
17
17
},
18
18
"homepage" : " https://github.com/marionebl/commitlint#readme" ,
19
19
"devDependencies" : {
20
- "@commitlint/prompt-cli" : " ^4.2.1 "
20
+ "@commitlint/prompt-cli" : " ^4.2.2 "
21
21
}
22
22
}
Original file line number Diff line number Diff line change 2
2
"lerna" : " 2.0.0" ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
- "version" : " 4.2.1 "
5
+ "version" : " 4.2.2 "
6
6
}
You can’t perform that action at this time.
0 commit comments