From 4659146f59c1e291e750ce6085c20987efe0b3d5 Mon Sep 17 00:00:00 2001 From: Mario Nebl Date: Wed, 5 Apr 2017 18:32:34 +0200 Subject: [PATCH] chore(release): v1.1.9 ## [1.1.9](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.8...v1.1.9) (2017-04-05) ### Bug Fixes * **rules:** export subject-min-length rule ([29d149e](https://github.com/marionebl/conventional-changelog-lint/commit/29d149e)) * override arrays when merging user configuration ([8637292](https://github.com/marionebl/conventional-changelog-lint/commit/8637292)), closes [#11](https://github.com/marionebl/conventional-changelog-lint/issues/11) --- changelog.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 9dd55715c2..a1a1e2331f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,14 @@ + +## [1.1.9](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.8...v1.1.9) (2017-04-05) + + +### Bug Fixes + +* **rules:** export subject-min-length rule ([29d149e](https://github.com/marionebl/conventional-changelog-lint/commit/29d149e)) +* override arrays when merging user configuration ([8637292](https://github.com/marionebl/conventional-changelog-lint/commit/8637292)), closes [#11](https://github.com/marionebl/conventional-changelog-lint/issues/11) + + + ## [1.1.8](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.7...v1.1.8) (2017-03-31) diff --git a/package.json b/package.json index d72f732af6..6d0012ca25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-lint", - "version": "1.1.8", + "version": "1.1.9", "description": "Lint commit messages against a conventional-changelog preset and ruleset", "main": "distribution/index.js", "files": [