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 Sep 6, 2021
1 parent a0f8ecc commit 0203bb5
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 @@
# [1.8.0](https://github.com/mercari/datastore/compare/v1.7.1...v1.8.0) (2021-09-06)


### Features

* **aedatastore:** don't specify time.Local on property value ([192d92b](https://github.com/mercari/datastore/commit/192d92bdc5f3c9b99321046d5a5cb558e6a461c5))
* **ci:** update Circle CI settings ([7a7b110](https://github.com/mercari/datastore/commit/7a7b110373336088a18a6abb6f08b35f65d186fa))
* **core:** update dependencies ([bcf71f5](https://github.com/mercari/datastore/commit/bcf71f5b3d15b105975d8034d01e52ede7879d20))



## [1.7.1](https://github.com/mercari/datastore/compare/v1.7.0...v1.7.1) (2020-12-02)


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

0 comments on commit 0203bb5

Please sign in to comment.