Skip to content

Commit

Permalink
release(roc-plugin-repo): 0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmr committed Sep 7, 2017
1 parent fbf4947 commit b601f8c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions extensions/roc-plugin-repo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="0.0.20"></a>
## 0.0.20 (2017-09-07)


### Bug Fixes

* Correctly generate changelogs when specifying from ([da54bcd](https://github.com/rocjs/roc-plugin-repo/commit/da54bcd))
* Display current version for status better ([5cf3e83](https://github.com/rocjs/roc-plugin-repo/commit/5cf3e83))
* Fix a problem when creating commits in release cmd ([480601b](https://github.com/rocjs/roc-plugin-repo/commit/480601b))
* Support merge commits in a better way for release ([8155828](https://github.com/rocjs/roc-plugin-repo/commit/8155828))
* Support Travis when doing automatic releases ([fbf4947](https://github.com/rocjs/roc-plugin-repo/commit/fbf4947))



<a name="0.0.19"></a>
## 0.0.19 (2017-09-04)

Expand Down
2 changes: 1 addition & 1 deletion extensions/roc-plugin-repo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roc-plugin-repo",
"version": "0.0.19",
"version": "0.0.20",
"description": "Roc plugin making it easy to manage JavaScript repositories",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit b601f8c

Please sign in to comment.