File tree 26 files changed +159
-26
lines changed
26 files changed +159
-26
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 =" 7.2.0 " ></a >
7
+ # [ 7.2.0] ( https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0 ) (2018-10-05)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package commitlint
13
+
6
14
<a name =" 7.1.2 " ></a >
7
15
## [ 7.1.2] ( https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2 ) (2018-09-04)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint" ,
3
- "version" : " 7.1.2 " ,
3
+ "version" : " 7.2.0 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"files" : [
6
6
" cli.js"
35
35
},
36
36
"license" : " MIT" ,
37
37
"dependencies" : {
38
- "@commitlint/cli" : " ^7.1.2 " ,
38
+ "@commitlint/cli" : " ^7.2.0 " ,
39
39
"read-pkg" : " 3.0.0" ,
40
40
"resolve-pkg" : " 1.0.0"
41
41
},
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 =" 7.2.0 " ></a >
7
+ # [ 7.2.0] ( https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0 ) (2018-10-05)
8
+
9
+
10
+ ### Features
11
+
12
+ * ** cli:** add format option for report output ([ 1ecf097] ( https://github.com/marionebl/commitlint/commit/1ecf097 ) )
13
+
14
+
15
+
16
+
6
17
<a name =" 7.1.2 " ></a >
7
18
## [ 7.1.2] ( https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2 ) (2018-09-04)
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/cli" ,
3
- "version" : " 7.1.2 " ,
3
+ "version" : " 7.2.0 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"files" : [
6
6
" index.js" ,
75
75
"xo" : " 0.20.3"
76
76
},
77
77
"dependencies" : {
78
- "@commitlint/format" : " ^7.1.2 " ,
79
- "@commitlint/lint" : " ^7.1.2 " ,
80
- "@commitlint/load" : " ^7.1.2 " ,
78
+ "@commitlint/format" : " ^7.2.0 " ,
79
+ "@commitlint/lint" : " ^7.2.0 " ,
80
+ "@commitlint/load" : " ^7.2.0 " ,
81
81
"@commitlint/read" : " ^7.1.2" ,
82
82
"babel-polyfill" : " 6.26.0" ,
83
83
"chalk" : " 2.3.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 =" 7.2.0 " ></a >
7
+ # [ 7.2.0] ( https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0 ) (2018-10-05)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package @commitlint/core
13
+
6
14
<a name =" 7.1.2 " ></a >
7
15
## [ 7.1.2] ( https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2 ) (2018-09-04)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/core" ,
3
- "version" : " 7.1.2 " ,
3
+ "version" : " 7.2.0 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"files" : [
6
6
" index.js"
37
37
"xo" : " 0.20.3"
38
38
},
39
39
"dependencies" : {
40
- "@commitlint/format" : " ^7.1.2 " ,
41
- "@commitlint/lint" : " ^7.1.2 " ,
42
- "@commitlint/load" : " ^7.1.2 " ,
40
+ "@commitlint/format" : " ^7.2.0 " ,
41
+ "@commitlint/lint" : " ^7.2.0 " ,
42
+ "@commitlint/load" : " ^7.2.0 " ,
43
43
"@commitlint/read" : " ^7.1.2"
44
44
}
45
45
}
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 =" 7.2.0 " ></a >
7
+ # [ 7.2.0] ( https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0 ) (2018-10-05)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * handle case rules for numerics correctly ([ cadcfed] ( https://github.com/marionebl/commitlint/commit/cadcfed ) )
13
+
14
+
15
+
16
+
6
17
<a name =" 7.1.2 " ></a >
7
18
## [ 7.1.2] ( https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2 ) (2018-09-04)
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/ensure" ,
3
- "version" : " 7.1.2 " ,
3
+ "version" : " 7.2.0 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
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 =" 7.2.0 " ></a >
7
+ # [ 7.2.0] ( https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0 ) (2018-10-05)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package @commitlint/format
13
+
6
14
<a name =" 7.1.2 " ></a >
7
15
## [ 7.1.2] ( https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2 ) (2018-09-04)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/format" ,
3
- "version" : " 7.1.2 " ,
3
+ "version" : " 7.2.0 " ,
4
4
"description" : " Format commitlint reports" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
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 =" 7.2.0 " ></a >
7
+ # [ 7.2.0] ( https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0 ) (2018-10-05)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * ignore merge messages with text after newline ([ b32bc93] ( https://github.com/marionebl/commitlint/commit/b32bc93 ) )
13
+ * use grouped regex to ignore merge commits ([ #439 ] ( https://github.com/marionebl/commitlint/issues/439 ) ) ([ 905e9d5] ( https://github.com/marionebl/commitlint/commit/905e9d5 ) )
14
+
15
+
16
+
17
+
6
18
<a name =" 7.1.2 " ></a >
7
19
## [ 7.1.2] ( https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2 ) (2018-09-04)
8
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/is-ignored" ,
3
- "version" : " 7.1.2 " ,
3
+ "version" : " 7.2.0 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
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 =" 7.2.0 " ></a >
7
+ # [ 7.2.0] ( https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0 ) (2018-10-05)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package @commitlint/lint
13
+
6
14
<a name =" 7.1.2 " ></a >
7
15
## [ 7.1.2] ( https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2 ) (2018-09-04)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/lint" ,
3
- "version" : " 7.1.2 " ,
3
+ "version" : " 7.2.0 " ,
4
4
"description" : " Lint a string against commitlint rules" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
74
74
"xo" : " 0.20.3"
75
75
},
76
76
"dependencies" : {
77
- "@commitlint/is-ignored" : " ^7.1.2 " ,
77
+ "@commitlint/is-ignored" : " ^7.2.0 " ,
78
78
"@commitlint/parse" : " ^7.1.2" ,
79
- "@commitlint/rules" : " ^7.1.2 " ,
79
+ "@commitlint/rules" : " ^7.2.0 " ,
80
80
"babel-runtime" : " ^6.23.0" ,
81
81
"lodash.topairs" : " 4.3.0"
82
82
}
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 =" 7.2.0 " ></a >
7
+ # [ 7.2.0] ( https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0 ) (2018-10-05)
8
+
9
+
10
+ ### Features
11
+
12
+ * ** load:** add formatter option with default value ([ b0e63d9] ( https://github.com/marionebl/commitlint/commit/b0e63d9 ) )
13
+
14
+
15
+
16
+
6
17
<a name =" 7.1.2 " ></a >
7
18
## [ 7.1.2] ( https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2 ) (2018-09-04)
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/load" ,
3
- "version" : " 7.1.2 " ,
3
+ "version" : " 7.2.0 " ,
4
4
"description" : " Load shared commitlint configuration" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
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 =" 7.2.0 " ></a >
7
+ # [ 7.2.0] ( https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0 ) (2018-10-05)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package @commitlint/prompt-cli
13
+
6
14
<a name =" 7.1.2 " ></a >
7
15
## [ 7.1.2] ( https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2 ) (2018-09-04)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt-cli" ,
3
- "version" : " 7.1.2 " ,
3
+ "version" : " 7.2.0 " ,
4
4
"description" : " commit prompt using commitlint.config.js" ,
5
5
"files" : [
6
6
" cli.js"
35
35
"xo" : " 0.20.3"
36
36
},
37
37
"dependencies" : {
38
- "@commitlint/prompt" : " ^7.1.2 " ,
38
+ "@commitlint/prompt" : " ^7.2.0 " ,
39
39
"execa" : " 0.9.0" ,
40
40
"meow" : " 3.7.0"
41
41
}
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 =" 7.2.0 " ></a >
7
+ # [ 7.2.0] ( https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0 ) (2018-10-05)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package @commitlint/prompt
13
+
6
14
<a name =" 7.1.2 " ></a >
7
15
## [ 7.1.2] ( https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2 ) (2018-09-04)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt" ,
3
- "version" : " 7.1.2 " ,
3
+ "version" : " 7.2.0 " ,
4
4
"description" : " commitizen prompt using commitlint.config.js" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"files" : [
69
69
"xo" : " 0.20.3"
70
70
},
71
71
"dependencies" : {
72
- "@commitlint/load" : " ^7.1.2 " ,
72
+ "@commitlint/load" : " ^7.2.0 " ,
73
73
"babel-runtime" : " ^6.23.0" ,
74
74
"chalk" : " ^2.0.0" ,
75
75
"lodash.camelcase" : " 4.3.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 =" 7.2.0 " ></a >
7
+ # [ 7.2.0] ( https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0 ) (2018-10-05)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * ** rules:** include possible body offset in footer leading blank ([ ff0111a] ( https://github.com/marionebl/commitlint/commit/ff0111a ) )
13
+ * handle case rules for numerics correctly ([ cadcfed] ( https://github.com/marionebl/commitlint/commit/cadcfed ) )
14
+
15
+
16
+
17
+
6
18
<a name =" 7.1.2 " ></a >
7
19
## [ 7.1.2] ( https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2 ) (2018-09-04)
8
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/rules" ,
3
- "version" : " 7.1.2 " ,
3
+ "version" : " 7.2.0 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
75
75
"xo" : " 0.20.3"
76
76
},
77
77
"dependencies" : {
78
- "@commitlint/ensure" : " ^7.1.2 " ,
78
+ "@commitlint/ensure" : " ^7.2.0 " ,
79
79
"@commitlint/message" : " ^7.1.2" ,
80
80
"@commitlint/to-lines" : " ^7.1.2" ,
81
81
"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 =" 7.2.0 " ></a >
7
+ # [ 7.2.0] ( https://github.com/marionebl/commitlint/compare/v7.1.2...v7.2.0 ) (2018-10-05)
8
+
9
+
10
+
11
+
12
+ ** Note:** Version bump only for package @commitlint/travis-cli
13
+
6
14
<a name =" 7.1.2 " ></a >
7
15
## [ 7.1.2] ( https://github.com/marionebl/commitlint/compare/v7.1.1...v7.1.2 ) (2018-09-04)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/travis-cli" ,
3
- "version" : " 7.1.2 " ,
3
+ "version" : " 7.2.0 " ,
4
4
"description" : " Lint all relevant commits for a change or PR on Travis CI" ,
5
5
"files" : [
6
6
" lib/"
68
68
"which" : " 1.3.0"
69
69
},
70
70
"dependencies" : {
71
- "@commitlint/cli" : " ^7.1.2 " ,
71
+ "@commitlint/cli" : " ^7.2.0 " ,
72
72
"babel-runtime" : " 6.26.0" ,
73
73
"execa" : " 0.9.0"
74
74
}
You can’t perform that action at this time.
0 commit comments