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 Nov 21, 2017
1 parent c906bc5 commit cc8c004
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="0.5.1"></a>
## [0.5.1](https://github.com/mercari/datastore/compare/v0.5.0...v0.5.1) (2017-11-21)


### Bug Fixes

* **boom:** fix *boom.Boom#GetAll with KeysOnly query ([420bb37](https://github.com/mercari/datastore/commit/420bb37))
* **boom:** fix *boom.Iterator#Next with KeysOnly query ([e8bbeed](https://github.com/mercari/datastore/commit/e8bbeed))



<a name="0.5.0"></a>
# [0.5.0](https://github.com/mercari/datastore/compare/v0.4.0...v0.5.0) (2017-11-21)

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

0 comments on commit cc8c004

Please sign in to comment.