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": [