Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
<a name="0.2.0"></a>
# [0.2.0](v0.1.10...v0.2.0) (2016-02-25)

### Bug Fixes

* catch unhandled rejections ([b7e4bf9](b7e4bf9))

### Features

* support for dynamic and async rules ([efce01a](efce01a))
  • Loading branch information
marionebl committed Feb 25, 2016
1 parent 5ea5d83 commit 343d532
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="0.2.0"></a>
# [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))



<a name="0.1.10"></a>
## [0.1.10](https://github.com/marionebl/conventional-changelog-lint/compare/v0.1.9...v0.1.10) (2016-02-24)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 343d532

Please sign in to comment.