Skip to content

Commit 5f3a5a8

Browse files
chore: 4.1.0 [skip ci]
# [4.1.0](v4.0.3...v4.1.0) (2024-03-14) ### Features * **firestore:** support `SnapshotListenOptions.source` ([#267](#267)) ([aa74cda](aa74cda))
1 parent b96b648 commit 5f3a5a8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [4.1.0](https://github.com/andipaetzold/react-firehooks/compare/v4.0.3...v4.1.0) (2024-03-14)
2+
3+
4+
### Features
5+
6+
* **firestore:** support `SnapshotListenOptions.source` ([#267](https://github.com/andipaetzold/react-firehooks/issues/267)) ([aa74cda](https://github.com/andipaetzold/react-firehooks/commit/aa74cda8ee919b4975d2cbff718ecf573b9f5ac6))
7+
18
## [4.0.3](https://github.com/andipaetzold/react-firehooks/compare/v4.0.2...v4.0.3) (2023-11-25)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-firehooks",
3-
"version": "4.0.3",
3+
"version": "4.1.0",
44
"description": "Lightweight dependency-free collection of React hooks for Firebase",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)