diff --git a/CHANGELOG.md b/CHANGELOG.md index 75e82355..cae6a9bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.1](https://github.com/andipaetzold/react-firehooks/compare/v4.0.0...v4.0.1) (2023-11-05) + + +### Bug Fixes + +* typo `useQuerie` -> `useQueries` ([#254](https://github.com/andipaetzold/react-firehooks/issues/254)) ([9a52945](https://github.com/andipaetzold/react-firehooks/commit/9a52945670578a52aa686062d28ab2172d6e125c)) + # [4.0.0](https://github.com/andipaetzold/react-firehooks/compare/v3.1.0...v4.0.0) (2023-10-26) diff --git a/package-lock.json b/package-lock.json index 461f6806..90ce19f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-firehooks", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-firehooks", - "version": "4.0.0", + "version": "4.0.1", "license": "MIT", "devDependencies": { "@semantic-release/changelog": "6.0.3", diff --git a/package.json b/package.json index 8fd58920..154ddab4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-firehooks", - "version": "4.0.0", + "version": "4.0.1", "description": "Lightweight dependency-free collection of React hooks for Firebase", "main": "./lib/index.js", "types": "./lib/index.d.ts",