Skip to content

Commit

Permalink
chore(release): v1.1.2
Browse files Browse the repository at this point in the history
<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))
  • Loading branch information
marionebl committed Mar 10, 2017
1 parent b433c07 commit ee447ad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.1.2"></a>
## [1.1.2](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.0...v1.1.2) (2017-03-10)


### Bug Fixes

* allow empty scopes in scope-enum check ([b433c07](https://github.com/marionebl/conventional-changelog-lint/commit/b433c07))



<a name="1.1.1"></a>
## [1.1.1](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.0...v1.1.1) (2017-03-03)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-lint",
"version": "1.1.1",
"version": "1.1.2",
"description": "Lint commit messages against a conventional-changelog preset and ruleset",
"main": "distribution/index.js",
"files": [
Expand Down

0 comments on commit ee447ad

Please sign in to comment.