Skip to content

Commit ee447ad

Browse files
committed
chore(release): v1.1.2
<a name="1.1.2"></a> ## [1.1.2](v1.1.0...v1.1.2) (2017-03-10) ### Bug Fixes * allow empty scopes in scope-enum check ([b433c07](b433c07))
1 parent b433c07 commit ee447ad

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="1.1.2"></a>
2+
## [1.1.2](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.0...v1.1.2) (2017-03-10)
3+
4+
5+
### Bug Fixes
6+
7+
* allow empty scopes in scope-enum check ([b433c07](https://github.com/marionebl/conventional-changelog-lint/commit/b433c07))
8+
9+
10+
111
<a name="1.1.1"></a>
212
## [1.1.1](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.0...v1.1.1) (2017-03-03)
313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conventional-changelog-lint",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Lint commit messages against a conventional-changelog preset and ruleset",
55
"main": "distribution/index.js",
66
"files": [

0 commit comments

Comments
 (0)