Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit d093467

Browse files
chore(release): 1.0.0-alpha.1 [skip ci]
# 1.0.0-alpha.1 (2022-02-13) ### Bug Fixes * allow functional query at mid pos ([96406fe](96406fe)) * allow only extra fields ([83c6229](83c6229))
1 parent 037a7e0 commit d093467

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# 1.0.0-alpha.1 (2022-02-13)
2+
3+
4+
### Bug Fixes
5+
6+
* allow functional query at mid pos ([96406fe](https://github.com/ishowta/firestore-join-hooks/commit/96406fe15a8b277183d6bf3bf729eb758f56303d))
7+
* allow only extra fields ([83c6229](https://github.com/ishowta/firestore-join-hooks/commit/83c622973e9a8815ea950d3bd9c898e2f3922ff1))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firestore-graph-hooks",
3-
"version": "0.0.0-development",
3+
"version": "1.0.0-alpha.1",
44
"license": "MIT",
55
"author": "ishowta",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)