File tree 16 files changed +91
-14
lines changed
16 files changed +91
-14
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
+ ## [ 7.5.2] ( https://github.com/conventional-changelog/commitlint/compare/v7.5.1...v7.5.2 ) (2019-02-11)
7
+
8
+ ** Note:** Version bump only for package commitlint
9
+
10
+
11
+
12
+
13
+
6
14
## [ 7.5.1] ( https://github.com/conventional-changelog/commitlint/compare/v7.5.0...v7.5.1 ) (2019-02-09)
7
15
8
16
** Note:** Version bump only for package commitlint
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " commitlint" ,
3
- "version" : " 7.5.1 " ,
3
+ "version" : " 7.5.2 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"files" : [
6
6
" cli.js"
34
34
},
35
35
"license" : " MIT" ,
36
36
"dependencies" : {
37
- "@commitlint/cli" : " ^7.5.1 " ,
37
+ "@commitlint/cli" : " ^7.5.2 " ,
38
38
"read-pkg" : " 3.0.0" ,
39
39
"resolve-pkg" : " 1.0.0"
40
40
},
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
+ ## [ 7.5.2] ( https://github.com/conventional-changelog/commitlint/compare/v7.5.1...v7.5.2 ) (2019-02-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** cli:** replace old links with new organisation links ([ #578 ] ( https://github.com/conventional-changelog/commitlint/issues/578 ) ) ([ 4075903] ( https://github.com/conventional-changelog/commitlint/commit/4075903 ) )
12
+
13
+
14
+
15
+
16
+
6
17
## [ 7.5.1] ( https://github.com/conventional-changelog/commitlint/compare/v7.5.0...v7.5.1 ) (2019-02-09)
7
18
8
19
** Note:** Version bump only for package @commitlint/cli
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/cli" ,
3
- "version" : " 7.5.1 " ,
3
+ "version" : " 7.5.2 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"files" : [
6
6
" index.js" ,
73
73
},
74
74
"dependencies" : {
75
75
"@commitlint/format" : " ^7.5.0" ,
76
- "@commitlint/lint" : " ^7.5.1 " ,
76
+ "@commitlint/lint" : " ^7.5.2 " ,
77
77
"@commitlint/load" : " ^7.5.0" ,
78
78
"@commitlint/read" : " ^7.5.0" ,
79
79
"babel-polyfill" : " 6.26.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
+ ## [ 7.5.2] ( https://github.com/conventional-changelog/commitlint/compare/v7.5.1...v7.5.2 ) (2019-02-11)
7
+
8
+ ** Note:** Version bump only for package @commitlint/core
9
+
10
+
11
+
12
+
13
+
6
14
## [ 7.5.1] ( https://github.com/conventional-changelog/commitlint/compare/v7.5.0...v7.5.1 ) (2019-02-09)
7
15
8
16
** Note:** Version bump only for package @commitlint/core
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/core" ,
3
- "version" : " 7.5.1 " ,
3
+ "version" : " 7.5.2 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"files" : [
6
6
" index.js"
33
33
"license" : " MIT" ,
34
34
"dependencies" : {
35
35
"@commitlint/format" : " ^7.5.0" ,
36
- "@commitlint/lint" : " ^7.5.1 " ,
36
+ "@commitlint/lint" : " ^7.5.2 " ,
37
37
"@commitlint/load" : " ^7.5.0" ,
38
38
"@commitlint/read" : " ^7.5.0"
39
39
}
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
+ ## [ 7.5.2] ( https://github.com/conventional-changelog/commitlint/compare/v7.5.1...v7.5.2 ) (2019-02-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * failing sentence-case for subjects with slashes ([ #574 ] ( https://github.com/conventional-changelog/commitlint/issues/574 ) ) ([ 48a8602] ( https://github.com/conventional-changelog/commitlint/commit/48a8602 ) )
12
+
13
+
14
+
15
+
16
+
6
17
<a name =" 7.5.0 " ></a >
7
18
# [ 7.5.0] ( https://github.com/conventional-changelog/commitlint/compare/v7.4.0...v7.5.0 ) (2019-01-31)
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/ensure" ,
3
- "version" : " 7.5.0 " ,
3
+ "version" : " 7.5.2 " ,
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
+ ## [ 7.5.2] ( https://github.com/conventional-changelog/commitlint/compare/v7.5.1...v7.5.2 ) (2019-02-11)
7
+
8
+ ** Note:** Version bump only for package @commitlint/lint
9
+
10
+
11
+
12
+
13
+
6
14
## [ 7.5.1] ( https://github.com/conventional-changelog/commitlint/compare/v7.5.0...v7.5.1 ) (2019-02-09)
7
15
8
16
** Note:** Version bump only for package @commitlint/lint
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/lint" ,
3
- "version" : " 7.5.1 " ,
3
+ "version" : " 7.5.2 " ,
4
4
"description" : " Lint a string against commitlint rules" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
72
72
"dependencies" : {
73
73
"@commitlint/is-ignored" : " ^7.5.1" ,
74
74
"@commitlint/parse" : " ^7.5.0" ,
75
- "@commitlint/rules" : " ^7.5.0 " ,
75
+ "@commitlint/rules" : " ^7.5.2 " ,
76
76
"babel-runtime" : " ^6.23.0" ,
77
77
"lodash" : " 4.17.11"
78
78
}
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
+ ## [ 7.5.2] ( https://github.com/conventional-changelog/commitlint/compare/v7.5.1...v7.5.2 ) (2019-02-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * failing sentence-case for subjects with slashes ([ #574 ] ( https://github.com/conventional-changelog/commitlint/issues/574 ) ) ([ 48a8602] ( https://github.com/conventional-changelog/commitlint/commit/48a8602 ) )
12
+
13
+
14
+
15
+
16
+
6
17
<a name =" 7.5.0 " ></a >
7
18
# [ 7.5.0] ( https://github.com/conventional-changelog/commitlint/compare/v7.4.0...v7.5.0 ) (2019-01-31)
8
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/rules" ,
3
- "version" : " 7.5.0 " ,
3
+ "version" : " 7.5.2 " ,
4
4
"description" : " Lint your commit messages" ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
72
72
"rimraf" : " 2.6.1"
73
73
},
74
74
"dependencies" : {
75
- "@commitlint/ensure" : " ^7.5.0 " ,
75
+ "@commitlint/ensure" : " ^7.5.2 " ,
76
76
"@commitlint/message" : " ^7.5.0" ,
77
77
"@commitlint/to-lines" : " ^7.5.0" ,
78
78
"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
+ ## [ 7.5.2] ( https://github.com/conventional-changelog/commitlint/compare/v7.5.1...v7.5.2 ) (2019-02-11)
7
+
8
+ ** Note:** Version bump only for package @commitlint/travis-cli
9
+
10
+
11
+
12
+
13
+
6
14
## [ 7.5.1] ( https://github.com/conventional-changelog/commitlint/compare/v7.5.0...v7.5.1 ) (2019-02-09)
7
15
8
16
** Note:** Version bump only for package @commitlint/travis-cli
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitlint/travis-cli" ,
3
- "version" : " 7.5.1 " ,
3
+ "version" : " 7.5.2 " ,
4
4
"description" : " Lint all relevant commits for a change or PR on Travis CI" ,
5
5
"files" : [
6
6
" lib/"
66
66
"which" : " 1.3.0"
67
67
},
68
68
"dependencies" : {
69
- "@commitlint/cli" : " ^7.5.1 " ,
69
+ "@commitlint/cli" : " ^7.5.2 " ,
70
70
"babel-runtime" : " 6.26.0" ,
71
71
"execa" : " 0.9.0"
72
72
}
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
+ ## [ 7.5.2] ( https://github.com/conventional-changelog/commitlint/compare/v7.5.1...v7.5.2 ) (2019-02-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * failing sentence-case for subjects with slashes ([ #574 ] ( https://github.com/conventional-changelog/commitlint/issues/574 ) ) ([ 48a8602] ( https://github.com/conventional-changelog/commitlint/commit/48a8602 ) )
12
+ * ** cli:** replace old links with new organisation links ([ #578 ] ( https://github.com/conventional-changelog/commitlint/issues/578 ) ) ([ 4075903] ( https://github.com/conventional-changelog/commitlint/commit/4075903 ) )
13
+
14
+
15
+
16
+
17
+
6
18
## [ 7.5.1] ( https://github.com/conventional-changelog/commitlint/compare/v7.5.0...v7.5.1 ) (2019-02-09)
7
19
8
20
Original file line number Diff line number Diff line change 2
2
"lerna" : " 2" ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
- "version" : " 7.5.1 "
5
+ "version" : " 7.5.2 "
6
6
}
You can’t perform that action at this time.
0 commit comments