diff --git a/changelog.md b/changelog.md index 59d243063f..a5d4e2ac1b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,13 @@ + +## [0.1.3](https://github.com/marionebl/conventional-changelog-lint/compare/v0.1.2...v0.1.3) (2016-02-14) + + +### Bug Fixes + +* add missing shebang ([461e50f](https://github.com/marionebl/conventional-changelog-lint/commit/461e50f)) + + + ## [0.1.2](https://github.com/marionebl/conventional-changelog-lint/compare/v0.1.1...v0.1.2) (2016-02-14) diff --git a/package.json b/package.json index 7b51e7df3f..26c15ad23a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-lint", - "version": "0.1.2", + "version": "0.1.3", "description": "Lint commit messages against a conventional-changelog preset and ruleset", "main": "distribution/index.js", "files": [