From 343d532a9349282169406f348269007a14e53a95 Mon Sep 17 00:00:00 2001 From: Mario Nebl Date: Thu, 25 Feb 2016 11:55:42 +0100 Subject: [PATCH] chore(release): 0.2.0 # [0.2.0](https://github.com/marionebl/conventional-changelog-lint/compare/v0.1.10...v0.2.0) (2016-02-25) ### Bug Fixes * catch unhandled rejections ([b7e4bf9](https://github.com/marionebl/conventional-changelog-lint/commit/b7e4bf9)) ### Features * support for dynamic and async rules ([efce01a](https://github.com/marionebl/conventional-changelog-lint/commit/efce01a)) --- changelog.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index ea487fc089..09152ae5f1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,17 @@ + +# [0.2.0](https://github.com/marionebl/conventional-changelog-lint/compare/v0.1.10...v0.2.0) (2016-02-25) + + +### Bug Fixes + +* catch unhandled rejections ([b7e4bf9](https://github.com/marionebl/conventional-changelog-lint/commit/b7e4bf9)) + +### Features + +* support for dynamic and async rules ([efce01a](https://github.com/marionebl/conventional-changelog-lint/commit/efce01a)) + + + ## [0.1.10](https://github.com/marionebl/conventional-changelog-lint/compare/v0.1.9...v0.1.10) (2016-02-24) diff --git a/package.json b/package.json index 4ec22a095d..1ae1e9d83d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-lint", - "version": "0.1.10", + "version": "0.2.0", "description": "Lint commit messages against a conventional-changelog preset and ruleset", "main": "distribution/index.js", "files": [