Skip to content

Commit

Permalink
chore: release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemao committed Jul 24, 2015
1 parent fd1ce9d commit f437b45
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
<a name="0.2.0"></a>
# 0.2.0 (2015-07-24)


### Features

* **releaseCount:** replace allBlocks ([fd1ce9d](https://github.com/ajoslin/conventional-changelog/commit/fd1ce9d))

### Performance Improvements

* **context:** use the parsed host type if possible ([305b3d5](https://github.com/ajoslin/conventional-changelog/commit/305b3d5))


### BREAKING CHANGES

* `allBlocks` is removed. Use `releaseCount` instead.



<a name="0.1.3"></a>
## 0.1.3 (2015-07-22)

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",
"version": "0.1.3",
"version": "0.2.0",
"description": "Generate a changelog from git metadata",
"repository": {
"type": "git",
Expand Down

0 comments on commit f437b45

Please sign in to comment.