Skip to content

Commit 343d532

Browse files
committed
chore(release): 0.2.0
<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))
1 parent 5ea5d83 commit 343d532

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="0.2.0"></a>
2+
# [0.2.0](https://github.com/marionebl/conventional-changelog-lint/compare/v0.1.10...v0.2.0) (2016-02-25)
3+
4+
5+
### Bug Fixes
6+
7+
* catch unhandled rejections ([b7e4bf9](https://github.com/marionebl/conventional-changelog-lint/commit/b7e4bf9))
8+
9+
### Features
10+
11+
* support for dynamic and async rules ([efce01a](https://github.com/marionebl/conventional-changelog-lint/commit/efce01a))
12+
13+
14+
115
<a name="0.1.10"></a>
216
## [0.1.10](https://github.com/marionebl/conventional-changelog-lint/compare/v0.1.9...v0.1.10) (2016-02-24)
317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conventional-changelog-lint",
3-
"version": "0.1.10",
3+
"version": "0.2.0",
44
"description": "Lint commit messages against a conventional-changelog preset and ruleset",
55
"main": "distribution/index.js",
66
"files": [

0 commit comments

Comments
 (0)