From 6e14a354f2d9814472f86cb23b6d523c66cb0897 Mon Sep 17 00:00:00 2001 From: Mario Nebl Date: Sun, 14 Feb 2016 15:04:28 +0100 Subject: [PATCH] chore(release): 0.1.2 ## [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)) --- changelog.md | 10 ++++++++++ package.json | 6 ++++-- 2 files changed, 14 insertions(+), 2 deletions(-) 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" },