Skip to content

Commit

Permalink
chore: 4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.1.0](v4.0.3...v4.1.0) (2024-03-14)

### Features

* **firestore:** support `SnapshotListenOptions.source` ([#267](#267)) ([aa74cda](aa74cda))
  • Loading branch information
semantic-release-bot committed Mar 14, 2024
1 parent b96b648 commit 5f3a5a8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [4.1.0](https://github.com/andipaetzold/react-firehooks/compare/v4.0.3...v4.1.0) (2024-03-14)


### Features

* **firestore:** support `SnapshotListenOptions.source` ([#267](https://github.com/andipaetzold/react-firehooks/issues/267)) ([aa74cda](https://github.com/andipaetzold/react-firehooks/commit/aa74cda8ee919b4975d2cbff718ecf573b9f5ac6))

## [4.0.3](https://github.com/andipaetzold/react-firehooks/compare/v4.0.2...v4.0.3) (2023-11-25)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-firehooks",
"version": "4.0.3",
"version": "4.1.0",
"description": "Lightweight dependency-free collection of React hooks for Firebase",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 5f3a5a8

Please sign in to comment.