diff --git a/changelog.md b/changelog.md index 426f5b751e..31cc3aae5f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,13 @@ + +## [0.1.1](https://github.com/marionebl/conventional-changelog-lint/compare/v0.1.0...v0.1.1) (2016-02-14) + + +### Bug Fixes + +* rebuild before releases ([763bf53](https://github.com/marionebl/conventional-changelog-lint/commit/763bf53)) + + + # 0.1.0 (2016-02-14) diff --git a/package.json b/package.json index e2a5fccfc2..b90065185d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-lint", - "version": "0.1.0", + "version": "0.1.1", "description": "Lint commit messages against a conventional-changelog preset and ruleset", "main": "distribution/index.js", "bin": {