We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb08e34 commit ad69752Copy full SHA for ad69752
v2/CHANGELOG.md
@@ -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
10
# [2.1.0](https://github.com/mercari/datastore/compare/v2.0.0...v2.1.0) (2022-07-15)
11
12
From this version, minimum go version is 1.16.
v2/package.json
@@ -1,6 +1,6 @@
{
"name": "datastore",
- "version": "2.1.0",
+ "version": "2.2.0",
"private": true,
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
0 commit comments