From 94a131854e243488f78d43966e78cea861923a73 Mon Sep 17 00:00:00 2001 From: Mario Nebl Date: Sun, 12 Mar 2017 19:59:38 +0100 Subject: [PATCH] chore(release): v1.1.3 ## [1.1.3](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.2...v1.1.3) (2017-03-12) ### Bug Fixes * determine git toplevel before reading .git/COMMIT_EDITMSG ([c45a62b](https://github.com/marionebl/conventional-changelog-lint/commit/c45a62b)) --- changelog.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 884a8e328a..f1c48ac25a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,13 @@ + +## [1.1.3](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.2...v1.1.3) (2017-03-12) + + +### Bug Fixes + +* determine git toplevel before reading .git/COMMIT_EDITMSG ([c45a62b](https://github.com/marionebl/conventional-changelog-lint/commit/c45a62b)) + + + ## [1.1.2](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.0...v1.1.2) (2017-03-10) diff --git a/package.json b/package.json index 37f27aaafd..cb57caceef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-lint", - "version": "1.1.2", + "version": "1.1.3", "description": "Lint commit messages against a conventional-changelog preset and ruleset", "main": "distribution/index.js", "files": [