Skip to content

Commit

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

### Features

* add footer rules ([6acb930](6acb930))
* add subject-leading-capital rule ([c6714a4](c6714a4))
* **rules:** add rules for tense-checking ([d7b8d4b](d7b8d4b))
  • Loading branch information
marionebl committed Feb 25, 2016
1 parent d7b8d4b commit 22ac3de
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="0.3.0"></a>
# [0.3.0](https://github.com/marionebl/conventional-changelog-lint/compare/v0.2.0...v0.3.0) (2016-02-25)


### Features

* add footer rules ([6acb930](https://github.com/marionebl/conventional-changelog-lint/commit/6acb930))
* add subject-leading-capital rule ([c6714a4](https://github.com/marionebl/conventional-changelog-lint/commit/c6714a4))
* **rules:** add rules for tense-checking ([d7b8d4b](https://github.com/marionebl/conventional-changelog-lint/commit/d7b8d4b))



<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)

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.2.0",
"version": "0.3.0",
"description": "Lint commit messages against a conventional-changelog preset and ruleset",
"main": "distribution/index.js",
"files": [
Expand Down

0 comments on commit 22ac3de

Please sign in to comment.