File tree 11 files changed +187
-10
lines changed
11 files changed +187
-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 [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
5
5
6
+ <a name =" 3.1.2 " ></a >
7
+ ## 3.1.2 (2017-08-07)
8
+
9
+
10
+
11
+ <a name =" 3.1.1 " ></a >
12
+ ## 3.1.1 (2017-08-07)
13
+
14
+
15
+
16
+ <a name =" 3.0.4 " ></a >
17
+ ## 3.0.4 (2017-08-04)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * ** core:** correct type validation message ([ 09c2b26] ( https://github.com/marionebl/commitlint/commit/09c2b26 ) )
23
+
24
+
25
+
26
+ <a name =" 3.0.3 " ></a >
27
+ ## 3.0.3 (2017-07-16)
28
+
29
+
30
+
31
+ <a name =" 3.0.2 " ></a >
32
+ ## 3.0.2 (2017-07-11)
33
+
34
+
35
+ ### Bug Fixes
36
+
37
+ * ** cli:** remove destructuring for node 4 support ([ fe8caff] ( https://github.com/marionebl/commitlint/commit/fe8caff ) )
38
+ * ensure node4 compat ([ bfeb653] ( https://github.com/marionebl/commitlint/commit/bfeb653 ) )
39
+
40
+
41
+
42
+
6
43
<a name =" 3.0.4 " ></a >
7
44
## 3.0.4 (2017-08-04)
8
45
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/cli" ,
3
- "version" : " 3.1.1 " ,
3
+ "version" : " 3.1.2 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"bin" : {
6
6
"commitlint" : " cli.js"
48
48
"xo" : " ^0.18.2"
49
49
},
50
50
"dependencies" : {
51
- "@commitlint/core" : " ^3.1.1 " ,
51
+ "@commitlint/core" : " ^3.1.2 " ,
52
52
"babel-polyfill" : " ^6.23.0" ,
53
53
"chalk" : " ^2.0.1" ,
54
54
"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 [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
5
5
6
+ <a name =" 3.1.2 " ></a >
7
+ ## 3.1.2 (2017-08-07)
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * ** core:** harden to-lines typecheck ([ 248010b] ( https://github.com/marionebl/commitlint/commit/248010b ) )
13
+
14
+
15
+
16
+ <a name =" 3.1.1 " ></a >
17
+ ## 3.1.1 (2017-08-07)
18
+
19
+
20
+
21
+ <a name =" 3.0.4 " ></a >
22
+ ## 3.0.4 (2017-08-04)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * ** core:** correct type validation message ([ 09c2b26] ( https://github.com/marionebl/commitlint/commit/09c2b26 ) )
28
+
29
+
30
+ ### Features
31
+
32
+ * ** core:** add Signed-off-by rule ([ cefeb74] ( https://github.com/marionebl/commitlint/commit/cefeb74 ) )
33
+
34
+
35
+
36
+ <a name =" 3.0.3 " ></a >
37
+ ## 3.0.3 (2017-07-16)
38
+
39
+
40
+
41
+ <a name =" 3.0.2 " ></a >
42
+ ## 3.0.2 (2017-07-11)
43
+
44
+
45
+ ### Bug Fixes
46
+
47
+ * enable recursive relative extends ([ 4decd4d] ( https://github.com/marionebl/commitlint/commit/4decd4d ) )
48
+ * ensure node4 compat ([ bfeb653] ( https://github.com/marionebl/commitlint/commit/bfeb653 ) )
49
+ * ** core:** ignore version commits with leading whitespace ([ 9551bd6] ( https://github.com/marionebl/commitlint/commit/9551bd6 ) )
50
+ * ** core:** resolve extends relative to config file ([ 0dd18bc] ( https://github.com/marionebl/commitlint/commit/0dd18bc ) )
51
+ * use conventional-changelog-angular again ([ 633d835] ( https://github.com/marionebl/commitlint/commit/633d835 ) )
52
+
53
+
54
+ ### Features
55
+
56
+ * ** core:** do not prefix relative extends ([ 8fbbaed] ( https://github.com/marionebl/commitlint/commit/8fbbaed ) )
57
+ * ** core:** readd support for .conventional-changelog-lintrc ([ 02e4f43] ( https://github.com/marionebl/commitlint/commit/02e4f43 ) )
58
+ * ** core:** support conventional-changelog-lint-config-* ([ c80766b] ( https://github.com/marionebl/commitlint/commit/c80766b ) )
59
+
60
+
61
+
62
+
6
63
<a name =" 3.0.4 " ></a >
7
64
## 3.0.4 (2017-08-04)
8
65
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/core" ,
3
- "version" : " 3.1.1 " ,
3
+ "version" : " 3.1.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 [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
5
5
6
+ <a name =" 3.1.2 " ></a >
7
+ ## 3.1.2 (2017-08-07)
8
+
9
+
10
+
11
+ <a name =" 3.1.1 " ></a >
12
+ ## 3.1.1 (2017-08-07)
13
+
14
+
15
+
16
+ <a name =" 3.0.4 " ></a >
17
+ ## 3.0.4 (2017-08-04)
18
+
19
+
20
+
21
+ <a name =" 3.0.3 " ></a >
22
+ ## 3.0.3 (2017-07-16)
23
+
24
+
25
+
26
+ <a name =" 3.0.2 " ></a >
27
+ ## 3.0.2 (2017-07-11)
28
+
29
+
30
+
31
+
6
32
<a name =" 3.0.4 " ></a >
7
33
## 3.0.4 (2017-08-04)
8
34
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/example-prompt" ,
3
3
"private" : true ,
4
- "version" : " 3.1.1 " ,
4
+ "version" : " 3.1.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" : " ^3.1.1 "
20
+ "@commitlint/prompt-cli" : " ^3.1.2 "
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 [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
5
5
6
+ <a name =" 3.1.2 " ></a >
7
+ ## 3.1.2 (2017-08-07)
8
+
9
+
10
+
11
+ <a name =" 3.1.1 " ></a >
12
+ ## 3.1.1 (2017-08-07)
13
+
14
+
15
+
16
+ <a name =" 3.0.4 " ></a >
17
+ ## 3.0.4 (2017-08-04)
18
+
19
+
20
+
21
+ <a name =" 3.0.3 " ></a >
22
+ ## 3.0.3 (2017-07-16)
23
+
24
+
25
+
26
+ <a name =" 3.0.2 " ></a >
27
+ ## 3.0.2 (2017-07-11)
28
+
29
+
30
+ ### Features
31
+
32
+ * ** prompt-cli:** add standalone prompt interface ([ 7911040] ( https://github.com/marionebl/commitlint/commit/7911040 ) )
33
+
34
+
35
+
36
+
6
37
<a name =" 3.0.4 " ></a >
7
38
## 3.0.4 (2017-08-04)
8
39
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt-cli" ,
3
- "version" : " 3.1.1 " ,
3
+ "version" : " 3.1.2 " ,
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" : " ^3.1.1 " ,
32
+ "@commitlint/prompt" : " ^3.1.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 [ standard-version] ( https://github.com/conventional-changelog/standard-version ) for commit guidelines.
5
5
6
+ <a name =" 3.1.2 " ></a >
7
+ ## 3.1.2 (2017-08-07)
8
+
9
+
10
+
11
+ <a name =" 3.1.1 " ></a >
12
+ ## 3.1.1 (2017-08-07)
13
+
14
+
15
+
16
+ <a name =" 3.0.4 " ></a >
17
+ ## 3.0.4 (2017-08-04)
18
+
19
+
20
+
21
+ <a name =" 3.0.3 " ></a >
22
+ ## 3.0.3 (2017-07-16)
23
+
24
+
25
+
26
+ <a name =" 3.0.2 " ></a >
27
+ ## 3.0.2 (2017-07-11)
28
+
29
+
30
+
31
+
6
32
<a name =" 3.0.4 " ></a >
7
33
## 3.0.4 (2017-08-04)
8
34
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/prompt" ,
3
- "version" : " 3.1.1 " ,
3
+ "version" : " 3.1.2 " ,
4
4
"description" : " commitizen prompt using commitlint.config.js" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"scripts" : {
103
103
"throat" : " ^4.1.0"
104
104
},
105
105
"dependencies" : {
106
- "@commitlint/core" : " ^3.1.1 " ,
106
+ "@commitlint/core" : " ^3.1.2 " ,
107
107
"babel-polyfill" : " ^6.23.0" ,
108
108
"babel-runtime" : " ^6.23.0" ,
109
109
"chalk" : " ^1.1.1" ,
Original file line number Diff line number Diff line change 3
3
"packages" : [
4
4
" @commitlint/*"
5
5
],
6
- "version" : " 3.1.1 "
6
+ "version" : " 3.1.2 "
7
7
}
You can’t perform that action at this time.
0 commit comments