Skip to content

Commit

Permalink
chore: 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.1.0](v3.0.0...v3.1.0) (2023-09-19)

### Features

* refetch/resubscribe when options change ([#240](#240)) ([f9c30ea](f9c30ea))
* useQueriesOnce & useQueriesDataOnce ([#239](#239)) ([0380229](0380229))
  • Loading branch information
semantic-release-bot committed Sep 19, 2023
1 parent c5fb063 commit ccbea01
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [3.1.0](https://github.com/andipaetzold/react-firehooks/compare/v3.0.0...v3.1.0) (2023-09-19)


### Features

* refetch/resubscribe when options change ([#240](https://github.com/andipaetzold/react-firehooks/issues/240)) ([f9c30ea](https://github.com/andipaetzold/react-firehooks/commit/f9c30ea98116aa89ef64aae74a000340bece9e6c))
* useQueriesOnce & useQueriesDataOnce ([#239](https://github.com/andipaetzold/react-firehooks/issues/239)) ([0380229](https://github.com/andipaetzold/react-firehooks/commit/0380229696262f3cec3acf3b6a9b365aca50dc91))

# [3.0.0](https://github.com/andipaetzold/react-firehooks/compare/v2.5.0...v3.0.0) (2023-08-01)


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": "3.0.0",
"version": "3.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 ccbea01

Please sign in to comment.