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 Dec 6, 2017
1 parent cdbe9b3 commit d657928
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.9.0"></a>
# [0.9.0](https://github.com/mercari/datastore/compare/v0.8.2...v0.9.0) (2017-12-06)

### Features

* **core,boom:** change batch operation signatures ([51da3ba](https://github.com/mercari/datastore/commit/51da3ba))

### BREAKING CHANGES

For batch processing, we stopped asynchronous processing using chan and switched to synchronous processing using callback function.


<a name="0.8.2"></a>
## [0.8.2](https://github.com/mercari/datastore/compare/v0.8.1...v0.8.2) (2017-12-06)

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

0 comments on commit d657928

Please sign in to comment.