Skip to content

Commit 37efeef

Browse files
chore: 4.0.1 [skip ci]
## [4.0.1](v4.0.0...v4.0.1) (2023-11-05) ### Bug Fixes * typo `useQuerie` -> `useQueries` ([#254](#254)) ([9a52945](9a52945))
1 parent 9a52945 commit 37efeef

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.0.1](https://github.com/andipaetzold/react-firehooks/compare/v4.0.0...v4.0.1) (2023-11-05)
2+
3+
4+
### Bug Fixes
5+
6+
* typo `useQuerie` -> `useQueries` ([#254](https://github.com/andipaetzold/react-firehooks/issues/254)) ([9a52945](https://github.com/andipaetzold/react-firehooks/commit/9a52945670578a52aa686062d28ab2172d6e125c))
7+
18
# [4.0.0](https://github.com/andipaetzold/react-firehooks/compare/v3.1.0...v4.0.0) (2023-10-26)
29

310

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-firehooks",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
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)