Skip to content

Commit 788bb80

Browse files
committed
v5.1.3
1 parent a8db0b1 commit 788bb80

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

@commitlint/config-conventional/CHANGELOG.md

+11
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="5.1.3"></a>
7+
## [5.1.3](https://github.com/marionebl/commitlint/compare/v5.1.2...v5.1.3) (2017-11-24)
8+
9+
10+
### Bug Fixes
11+
12+
* **config-conventional:** add missing applicable attribute to type-enum ([a8db0b1](https://github.com/marionebl/commitlint/commit/a8db0b1))
13+
14+
15+
16+
617
<a name="5.1.1"></a>
718
## [5.1.1](https://github.com/marionebl/commitlint/compare/v5.1.0...v5.1.1) (2017-11-24)
819

@commitlint/config-conventional/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commitlint/config-conventional",
3-
"version": "5.1.1",
3+
"version": "5.1.3",
44
"description": "Shareable commitlint config enforcing conventional commits",
55
"scripts": {
66
"clean": "exit 0",

CHANGELOG.md

+11
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="5.1.3"></a>
7+
## [5.1.3](https://github.com/marionebl/commitlint/compare/v5.1.2...v5.1.3) (2017-11-24)
8+
9+
10+
### Bug Fixes
11+
12+
* **config-conventional:** add missing applicable attribute to type-enum ([a8db0b1](https://github.com/marionebl/commitlint/commit/a8db0b1))
13+
14+
15+
16+
617
<a name="5.1.2"></a>
718
## [5.1.2](https://github.com/marionebl/commitlint/compare/v5.1.1...v5.1.2) (2017-11-24)
819

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"lerna": "2.5.1",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "5.1.2"
5+
"version": "5.1.3"
66
}

0 commit comments

Comments
 (0)