From 627189fb62b22f81d4ef07718891cd878ec55d91 Mon Sep 17 00:00:00 2001 From: "mario.nebl@sinnerschrader.com" Date: Fri, 7 Jul 2017 15:06:01 +0200 Subject: [PATCH] chore(release): v1.1.10 ## [1.1.10](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.9...v1.1.10) (2017-07-07) ### Bug Fixes * prevent false positives for footer-leading-blank ([#33](https://github.com/marionebl/conventional-changelog-lint/issues/33)) ([05b4427](https://github.com/marionebl/conventional-changelog-lint/commit/05b4427)) * rebuff rules ([#34](https://github.com/marionebl/conventional-changelog-lint/issues/34)) ([702a2f7](https://github.com/marionebl/conventional-changelog-lint/commit/702a2f7)) * throw when detecting a shallow clone ([8c354c5](https://github.com/marionebl/conventional-changelog-lint/commit/8c354c5)), closes [#7](https://github.com/marionebl/conventional-changelog-lint/issues/7) [#12](https://github.com/marionebl/conventional-changelog-lint/issues/12) --- changelog.md | 12 ++++++++++++ package.json | 6 ++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index a1a1e2331f..36f77a4f01 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,15 @@ + +## [1.1.10](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.9...v1.1.10) (2017-07-07) + + +### Bug Fixes + +* prevent false positives for footer-leading-blank ([#33](https://github.com/marionebl/conventional-changelog-lint/issues/33)) ([05b4427](https://github.com/marionebl/conventional-changelog-lint/commit/05b4427)) +* rebuff rules ([#34](https://github.com/marionebl/conventional-changelog-lint/issues/34)) ([702a2f7](https://github.com/marionebl/conventional-changelog-lint/commit/702a2f7)) +* throw when detecting a shallow clone ([8c354c5](https://github.com/marionebl/conventional-changelog-lint/commit/8c354c5)), closes [#7](https://github.com/marionebl/conventional-changelog-lint/issues/7) [#12](https://github.com/marionebl/conventional-changelog-lint/issues/12) + + + ## [1.1.9](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.8...v1.1.9) (2017-04-05) diff --git a/package.json b/package.json index b3cf575ac9..410fa93dcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-lint", - "version": "1.1.9", + "version": "1.1.10", "description": "Lint commit messages against a conventional-changelog preset and ruleset", "main": "distribution/index.js", "files": [ @@ -61,7 +61,9 @@ ] }, "production": { - "ignore": ["**/*.test.js"] + "ignore": [ + "**/*.test.js" + ] } }, "presets": [