File tree 11 files changed +53
-10
lines changed
11 files changed +53
-10
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.1.0 " ></a >
7
+ # [ 4.1.0] ( https://github.com/marionebl/commitlint/compare/v4.0.0...v4.1.0 ) (2017-10-05)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package @commitlint/cli
13
+
6
14
<a name =" 4.0.0 " ></a >
7
15
# [ 4.0.0] ( https://github.com/marionebl/commitlint/compare/v3.2.0...v4.0.0 ) (2017-10-04)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/cli" ,
3
- "version" : " 4.0 .0" ,
3
+ "version" : " 4.1 .0" ,
4
4
"description" : " Lint your commit messages" ,
5
5
"bin" : {
6
6
"commitlint" : " cli.js"
53
53
"xo" : " ^0.18.2"
54
54
},
55
55
"dependencies" : {
56
- "@commitlint/core" : " ^4.0 .0" ,
56
+ "@commitlint/core" : " ^4.1 .0" ,
57
57
"babel-polyfill" : " ^6.23.0" ,
58
58
"chalk" : " ^2.0.1" ,
59
59
"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.1.0 " ></a >
7
+ # [ 4.1.0] ( https://github.com/marionebl/commitlint/compare/v4.0.0...v4.1.0 ) (2017-10-05)
8
+
9
+
10
+ ### Features
11
+
12
+ * ** core:** ignore version commits with footers ([ 3804176] ( https://github.com/marionebl/commitlint/commit/3804176 ) )
13
+
14
+
15
+
16
+
6
17
<a name =" 4.0.0 " ></a >
7
18
# [ 4.0.0] ( https://github.com/marionebl/commitlint/compare/v3.2.0...v4.0.0 ) (2017-10-04)
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/core" ,
3
- "version" : " 4.0 .0" ,
3
+ "version" : " 4.1 .0" ,
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.1.0 " ></a >
7
+ # [ 4.1.0] ( https://github.com/marionebl/commitlint/compare/v4.0.0...v4.1.0 ) (2017-10-05)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package @commitlint/example-prompt
13
+
6
14
<a name =" 4.0.0 " ></a >
7
15
# [ 4.0.0] ( https://github.com/marionebl/commitlint/compare/v3.2.0...v4.0.0 ) (2017-10-04)
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.0 .0" ,
4
+ "version" : " 4.1 .0" ,
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.0 .0"
20
+ "@commitlint/prompt-cli" : " ^4.1 .0"
21
21
}
22
22
}
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.1.0 " ></a >
7
+ # [ 4.1.0] ( https://github.com/marionebl/commitlint/compare/v4.0.0...v4.1.0 ) (2017-10-05)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package @commitlint/prompt-cli
13
+
6
14
<a name =" 4.0.0 " ></a >
7
15
# [ 4.0.0] ( https://github.com/marionebl/commitlint/compare/v3.2.0...v4.0.0 ) (2017-10-04)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt-cli" ,
3
- "version" : " 4.0 .0" ,
3
+ "version" : " 4.1 .0" ,
4
4
"description" : " commit prompt using commitlint.config.js" ,
5
5
"bin" : {
6
6
"commit" : " ./cli.js"
29
29
"@commitlint/utils" : " ^3.1.1"
30
30
},
31
31
"dependencies" : {
32
- "@commitlint/prompt" : " ^4.0 .0" ,
32
+ "@commitlint/prompt" : " ^4.1 .0" ,
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.1.0 " ></a >
7
+ # [ 4.1.0] ( https://github.com/marionebl/commitlint/compare/v4.0.0...v4.1.0 ) (2017-10-05)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package @commitlint/prompt
13
+
6
14
<a name =" 4.0.0 " ></a >
7
15
# [ 4.0.0] ( https://github.com/marionebl/commitlint/compare/v3.2.0...v4.0.0 ) (2017-10-04)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt" ,
3
- "version" : " 4.0 .0" ,
3
+ "version" : " 4.1 .0" ,
4
4
"description" : " commitizen prompt using commitlint.config.js" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"scripts" : {
63
63
"throat" : " ^4.1.0"
64
64
},
65
65
"dependencies" : {
66
- "@commitlint/core" : " ^4.0 .0" ,
66
+ "@commitlint/core" : " ^4.1 .0" ,
67
67
"babel-runtime" : " ^6.23.0" ,
68
68
"chalk" : " ^1.1.1" ,
69
69
"lodash" : " ^4.17.4" ,
Original file line number Diff line number Diff line change 4
4
" @commitlint/*" ,
5
5
" @packages/*"
6
6
],
7
- "version" : " 4.0 .0"
7
+ "version" : " 4.1 .0"
8
8
}
You can’t perform that action at this time.
0 commit comments