Skip to content

Commit 058e83a

Browse files
committed
v7.4.0
1 parent 4c36cbd commit 058e83a

File tree

16 files changed

+93
-15
lines changed

16 files changed

+93
-15
lines changed

@alias/commitlint/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="7.4.0"></a>
7+
# [7.4.0](https://github.com/marionebl/commitlint/compare/v7.3.2...v7.4.0) (2019-01-27)
8+
9+
10+
11+
12+
**Note:** Version bump only for package commitlint
13+
614
<a name="7.3.2"></a>
715
## [7.3.2](https://github.com/marionebl/commitlint/compare/v7.3.1...v7.3.2) (2019-01-15)
816

@alias/commitlint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint",
3-
"version": "7.3.2",
3+
"version": "7.4.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"cli.js"
@@ -35,7 +35,7 @@
3535
},
3636
"license": "MIT",
3737
"dependencies": {
38-
"@commitlint/cli": "^7.3.2",
38+
"@commitlint/cli": "^7.4.0",
3939
"read-pkg": "3.0.0",
4040
"resolve-pkg": "1.0.0"
4141
},

@commitlint/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="7.4.0"></a>
7+
# [7.4.0](https://github.com/marionebl/commitlint/compare/v7.3.2...v7.4.0) (2019-01-27)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/cli
13+
614
<a name="7.3.2"></a>
715
## [7.3.2](https://github.com/marionebl/commitlint/compare/v7.3.1...v7.3.2) (2019-01-15)
816

@commitlint/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/cli",
3-
"version": "7.3.2",
3+
"version": "7.4.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -75,8 +75,8 @@
7575
"xo": "0.20.3"
7676
},
7777
"dependencies": {
78-
"@commitlint/format": "^7.3.1",
79-
"@commitlint/lint": "^7.3.2",
78+
"@commitlint/format": "^7.4.0",
79+
"@commitlint/lint": "^7.4.0",
8080
"@commitlint/load": "^7.3.1",
8181
"@commitlint/read": "^7.3.1",
8282
"babel-polyfill": "6.26.0",

@commitlint/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="7.4.0"></a>
7+
# [7.4.0](https://github.com/marionebl/commitlint/compare/v7.3.2...v7.4.0) (2019-01-27)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/core
13+
614
<a name="7.3.2"></a>
715
## [7.3.2](https://github.com/marionebl/commitlint/compare/v7.3.1...v7.3.2) (2019-01-15)
816

@commitlint/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/core",
3-
"version": "7.3.2",
3+
"version": "7.4.0",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js"
@@ -37,8 +37,8 @@
3737
"xo": "0.20.3"
3838
},
3939
"dependencies": {
40-
"@commitlint/format": "^7.3.1",
41-
"@commitlint/lint": "^7.3.2",
40+
"@commitlint/format": "^7.4.0",
41+
"@commitlint/lint": "^7.4.0",
4242
"@commitlint/load": "^7.3.1",
4343
"@commitlint/read": "^7.3.1"
4444
}

@commitlint/format/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="7.4.0"></a>
7+
# [7.4.0](https://github.com/marionebl/commitlint/compare/v7.3.2...v7.4.0) (2019-01-27)
8+
9+
10+
### Bug Fixes
11+
12+
* correction to need help link ([#540](https://github.com/marionebl/commitlint/issues/540)) ([fa6168a](https://github.com/marionebl/commitlint/commit/fa6168a))
13+
14+
15+
16+
617
<a name="7.3.1"></a>
718
## [7.3.1](https://github.com/marionebl/commitlint/compare/v7.3.0...v7.3.1) (2019-01-11)
819

@commitlint/format/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/format",
3-
"version": "7.3.1",
3+
"version": "7.4.0",
44
"description": "Format commitlint reports",
55
"main": "lib/index.js",
66
"files": [

@commitlint/lint/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="7.4.0"></a>
7+
# [7.4.0](https://github.com/marionebl/commitlint/compare/v7.3.2...v7.4.0) (2019-01-27)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/lint
13+
614
<a name="7.3.2"></a>
715
## [7.3.2](https://github.com/marionebl/commitlint/compare/v7.3.1...v7.3.2) (2019-01-15)
816

@commitlint/lint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/lint",
3-
"version": "7.3.2",
3+
"version": "7.4.0",
44
"description": "Lint a string against commitlint rules",
55
"main": "lib/index.js",
66
"files": [
@@ -75,7 +75,7 @@
7575
"dependencies": {
7676
"@commitlint/is-ignored": "^7.3.1",
7777
"@commitlint/parse": "^7.3.1",
78-
"@commitlint/rules": "^7.3.1",
78+
"@commitlint/rules": "^7.4.0",
7979
"babel-runtime": "^6.23.0",
8080
"lodash": "4.17.11"
8181
}

@commitlint/rules/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="7.4.0"></a>
7+
# [7.4.0](https://github.com/marionebl/commitlint/compare/v7.3.2...v7.4.0) (2019-01-27)
8+
9+
10+
### Features
11+
12+
* **rules:** create header-case and header-full-stop rules ([#547](https://github.com/marionebl/commitlint/issues/547)) ([4c36cbd](https://github.com/marionebl/commitlint/commit/4c36cbd))
13+
14+
15+
16+
617
<a name="7.3.1"></a>
718
## [7.3.1](https://github.com/marionebl/commitlint/compare/v7.3.0...v7.3.1) (2019-01-11)
819

@commitlint/rules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/rules",
3-
"version": "7.3.1",
3+
"version": "7.4.0",
44
"description": "Lint your commit messages",
55
"main": "lib/index.js",
66
"files": [

@commitlint/travis-cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="7.4.0"></a>
7+
# [7.4.0](https://github.com/marionebl/commitlint/compare/v7.3.2...v7.4.0) (2019-01-27)
8+
9+
10+
11+
12+
**Note:** Version bump only for package @commitlint/travis-cli
13+
614
<a name="7.3.2"></a>
715
## [7.3.2](https://github.com/marionebl/commitlint/compare/v7.3.1...v7.3.2) (2019-01-15)
816

@commitlint/travis-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/travis-cli",
3-
"version": "7.3.2",
3+
"version": "7.4.0",
44
"description": "Lint all relevant commits for a change or PR on Travis CI",
55
"files": [
66
"lib/"
@@ -68,7 +68,7 @@
6868
"which": "1.3.0"
6969
},
7070
"dependencies": {
71-
"@commitlint/cli": "^7.3.2",
71+
"@commitlint/cli": "^7.4.0",
7272
"babel-runtime": "6.26.0",
7373
"execa": "0.9.0"
7474
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
<a name="7.4.0"></a>
7+
# [7.4.0](https://github.com/marionebl/commitlint/compare/v7.3.2...v7.4.0) (2019-01-27)
8+
9+
10+
### Bug Fixes
11+
12+
* correction to need help link ([#540](https://github.com/marionebl/commitlint/issues/540)) ([fa6168a](https://github.com/marionebl/commitlint/commit/fa6168a))
13+
14+
15+
### Features
16+
17+
* **rules:** create header-case and header-full-stop rules ([#547](https://github.com/marionebl/commitlint/issues/547)) ([4c36cbd](https://github.com/marionebl/commitlint/commit/4c36cbd))
18+
19+
20+
21+
622
<a name="7.3.2"></a>
723
## [7.3.2](https://github.com/marionebl/commitlint/compare/v7.3.1...v7.3.2) (2019-01-15)
824

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"lerna": "2",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "7.3.2"
5+
"version": "7.4.0"
66
}

0 commit comments

Comments
 (0)