Skip to content

Commit ad69752

Browse files
committed
docs(core): generate CHANGELOG.md
1 parent fb08e34 commit ad69752

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

v2/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [2.2.0](https://github.com/mercari/datastore/compare/v2.1.0...v2.2.0) (2022-07-15)
2+
3+
4+
### Features
5+
6+
* **core:** add `FilterField` method to datastore.Query ([8e822aa](https://github.com/mercari/datastore/commit/8e822aa22c55165646e0c205531b38a38bd9668e)) [#97](https://github.com/mercari/datastore/issues/97)
7+
8+
9+
110
# [2.1.0](https://github.com/mercari/datastore/compare/v2.0.0...v2.1.0) (2022-07-15)
211

312
From this version, minimum go version is 1.16.

v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datastore",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"private": true,
55
"scripts": {
66
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"

0 commit comments

Comments
 (0)