File tree Expand file tree Collapse file tree 18 files changed +88
-16
lines changed Expand file tree Collapse file tree 18 files changed +88
-16
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 =" 6.0.1 " ></a >
7
+ ## [ 6.0.1] ( https://github.com/marionebl/commitlint/compare/v6.0.0...v6.0.1 ) (2018-01-09)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package commitlint
13
+
6
14
<a name =" 6.0.0 " ></a >
7
15
# [ 6.0.0] ( https://github.com/marionebl/commitlint/compare/v5.2.6...v6.0.0 ) (2018-01-09)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint" ,
3
- "version" : " 6.0.0 " ,
3
+ "version" : " 6.0.1 " ,
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" : " ^6.0.0 " ,
31
+ "@commitlint/cli" : " ^6.0.1 " ,
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 =" 6.0.1 " ></a >
7
+ ## [ 6.0.1] ( https://github.com/marionebl/commitlint/compare/v6.0.0...v6.0.1 ) (2018-01-09)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package @commitlint/cli
13
+
6
14
<a name =" 6.0.0 " ></a >
7
15
# [ 6.0.0] ( https://github.com/marionebl/commitlint/compare/v5.2.6...v6.0.0 ) (2018-01-09)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/cli" ,
3
- "version" : " 6.0.0 " ,
3
+ "version" : " 6.0.1 " ,
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" : " ^6.0.0 " ,
72
+ "@commitlint/core" : " ^6.0.1 " ,
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 =" 6.0.1 " ></a >
7
+ ## [ 6.0.1] ( https://github.com/marionebl/commitlint/compare/v6.0.0...v6.0.1 ) (2018-01-09)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package @commitlint/core
13
+
6
14
<a name =" 6.0.0 " ></a >
7
15
# [ 6.0.0] ( https://github.com/marionebl/commitlint/compare/v5.2.6...v6.0.0 ) (2018-01-09)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/core" ,
3
- "version" : " 6.0.0 " ,
3
+ "version" : " 6.0.1 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
76
76
"@commitlint/is-ignored" : " ^6.0.0" ,
77
77
"@commitlint/parse" : " ^6.0.0" ,
78
78
"@commitlint/resolve-extends" : " ^6.0.0" ,
79
- "@commitlint/rules" : " ^6.0.0 " ,
79
+ "@commitlint/rules" : " ^6.0.1 " ,
80
80
"@commitlint/top-level" : " ^6.0.0" ,
81
81
"@marionebl/sander" : " ^0.6.0" ,
82
82
"babel-runtime" : " ^6.23.0" ,
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 =" 6.0.1 " ></a >
7
+ ## [ 6.0.1] ( https://github.com/marionebl/commitlint/compare/v6.0.0...v6.0.1 ) (2018-01-09)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package @commitlint/prompt-cli
13
+
6
14
<a name =" 6.0.0 " ></a >
7
15
# [ 6.0.0] ( https://github.com/marionebl/commitlint/compare/v5.2.6...v6.0.0 ) (2018-01-09)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt-cli" ,
3
- "version" : " 6.0.0 " ,
3
+ "version" : " 6.0.1 " ,
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" : " ^6.0.0 " ,
34
+ "@commitlint/prompt" : " ^6.0.1 " ,
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 =" 6.0.1 " ></a >
7
+ ## [ 6.0.1] ( https://github.com/marionebl/commitlint/compare/v6.0.0...v6.0.1 ) (2018-01-09)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package @commitlint/prompt
13
+
6
14
<a name =" 6.0.0 " ></a >
7
15
# [ 6.0.0] ( https://github.com/marionebl/commitlint/compare/v5.2.6...v6.0.0 ) (2018-01-09)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt" ,
3
- "version" : " 6.0.0 " ,
3
+ "version" : " 6.0.1 " ,
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" : " ^6.0.0 " ,
69
+ "@commitlint/core" : " ^6.0.1 " ,
70
70
"babel-runtime" : " ^6.23.0" ,
71
71
"chalk" : " ^2.0.0" ,
72
72
"lodash.camelcase" : " 4.3.0" ,
You can’t perform that action at this time.
0 commit comments