diff --git a/changelog.md b/changelog.md
index 31cc3aae5f..59d243063f 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,13 @@
+
+## [0.1.2](https://github.com/marionebl/conventional-changelog-lint/compare/v0.1.1...v0.1.2) (2016-02-14)
+
+
+### Bug Fixes
+
+* enforce addition of distribution folder ([cbe3a90](https://github.com/marionebl/conventional-changelog-lint/commit/cbe3a90))
+
+
+
## [0.1.1](https://github.com/marionebl/conventional-changelog-lint/compare/v0.1.0...v0.1.1) (2016-02-14)
diff --git a/package.json b/package.json
index 58e211c147..7b51e7df3f 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,11 @@
{
"name": "conventional-changelog-lint",
- "version": "0.1.1",
+ "version": "0.1.2",
"description": "Lint commit messages against a conventional-changelog preset and ruleset",
"main": "distribution/index.js",
- "files": ["distribution"],
+ "files": [
+ "distribution"
+ ],
"bin": {
"conventional-changelog-lint": "distribution/cli.js"
},