Skip to content

Commit

Permalink
docs(core): generate CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vvakame committed May 30, 2018
1 parent 6753749 commit f3d87d1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="0.18.0"></a>
# [0.18.0](https://github.com/mercari/datastore/compare/v0.17.0...v0.18.0) (2018-05-30)


### Bug Fixes

* **clouddatastore:** set MaxAttempts to 1 by default ([8d3adc1](https://github.com/mercari/datastore/commit/8d3adc1))


### Features

* **ci:** change golint repository ([2ec03e4](https://github.com/mercari/datastore/commit/2ec03e4))
* **core:** update dependencies ([23c9dd3](https://github.com/mercari/datastore/commit/23c9dd3))
* **core:** update dependencies ([751c049](https://github.com/mercari/datastore/commit/751c049))



<a name="0.17.0"></a>
# [0.17.0](https://github.com/mercari/datastore/compare/v0.16.0...v0.17.0) (2018-03-27)

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": "datastore",
"version": "0.17.0",
"version": "0.18.0",
"private": true,
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
Expand Down

0 comments on commit f3d87d1

Please sign in to comment.