Skip to content

Commit dc5619d

Browse files
committed
v7.6.1
1 parent 49b3a77 commit dc5619d

File tree

18 files changed

+99
-17
lines changed

18 files changed

+99
-17
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+
## [7.6.1](https://github.com/conventional-changelog/commitlint/compare/v7.6.0...v7.6.1) (2019-05-09)
7+
8+
**Note:** Version bump only for package commitlint
9+
10+
11+
12+
13+
614
# [7.6.0](https://github.com/conventional-changelog/commitlint/compare/v7.5.2...v7.6.0) (2019-05-06)
715

816
**Note:** Version bump only for package commitlint

@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.6.0",
3+
"version": "7.6.1",
44
"description": "Lint your commit messages",
55
"files": [
66
"cli.js"
@@ -34,7 +34,7 @@
3434
},
3535
"license": "MIT",
3636
"dependencies": {
37-
"@commitlint/cli": "^7.6.0",
37+
"@commitlint/cli": "^7.6.1",
3838
"read-pkg": "3.0.0",
3939
"resolve-pkg": "2.0.0"
4040
},

@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+
## [7.6.1](https://github.com/conventional-changelog/commitlint/compare/v7.6.0...v7.6.1) (2019-05-09)
7+
8+
**Note:** Version bump only for package @commitlint/cli
9+
10+
11+
12+
13+
614
# [7.6.0](https://github.com/conventional-changelog/commitlint/compare/v7.5.2...v7.6.0) (2019-05-06)
715

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.6.0",
3+
"version": "7.6.1",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js",
@@ -70,9 +70,9 @@
7070
"tmp": "0.1.0"
7171
},
7272
"dependencies": {
73-
"@commitlint/format": "^7.6.0",
73+
"@commitlint/format": "^7.6.1",
7474
"@commitlint/lint": "^7.6.0",
75-
"@commitlint/load": "^7.6.0",
75+
"@commitlint/load": "^7.6.1",
7676
"@commitlint/read": "^7.6.0",
7777
"babel-polyfill": "6.26.0",
7878
"chalk": "2.3.1",

@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+
## [7.6.1](https://github.com/conventional-changelog/commitlint/compare/v7.6.0...v7.6.1) (2019-05-09)
7+
8+
**Note:** Version bump only for package @commitlint/core
9+
10+
11+
12+
13+
614
# [7.6.0](https://github.com/conventional-changelog/commitlint/compare/v7.5.2...v7.6.0) (2019-05-06)
715

816
**Note:** Version bump only for package @commitlint/core

@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.6.0",
3+
"version": "7.6.1",
44
"description": "Lint your commit messages",
55
"files": [
66
"index.js"
@@ -32,9 +32,9 @@
3232
},
3333
"license": "MIT",
3434
"dependencies": {
35-
"@commitlint/format": "^7.6.0",
35+
"@commitlint/format": "^7.6.1",
3636
"@commitlint/lint": "^7.6.0",
37-
"@commitlint/load": "^7.6.0",
37+
"@commitlint/load": "^7.6.1",
3838
"@commitlint/read": "^7.6.0"
3939
}
4040
}

@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+
## [7.6.1](https://github.com/conventional-changelog/commitlint/compare/v7.6.0...v7.6.1) (2019-05-09)
7+
8+
9+
### Bug Fixes
10+
11+
* ensure format() is available as commonjs default export [#645](https://github.com/conventional-changelog/commitlint/issues/645) ([ec3da92](https://github.com/conventional-changelog/commitlint/commit/ec3da92))
12+
13+
14+
15+
16+
617
# [7.6.0](https://github.com/conventional-changelog/commitlint/compare/v7.5.2...v7.6.0) (2019-05-06)
718

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.6.0",
3+
"version": "7.6.1",
44
"description": "Format commitlint reports",
55
"main": "lib/index.js",
66
"files": [

@commitlint/load/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+
## [7.6.1](https://github.com/conventional-changelog/commitlint/compare/v7.6.0...v7.6.1) (2019-05-09)
7+
8+
9+
### Bug Fixes
10+
11+
* handle absolute config paths correctly [#647](https://github.com/conventional-changelog/commitlint/issues/647) ([49b3a77](https://github.com/conventional-changelog/commitlint/commit/49b3a77))
12+
13+
14+
15+
16+
617
# [7.6.0](https://github.com/conventional-changelog/commitlint/compare/v7.5.2...v7.6.0) (2019-05-06)
718

819

@commitlint/load/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/load",
3-
"version": "7.6.0",
3+
"version": "7.6.1",
44
"description": "Load shared commitlint configuration",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)