From e58ebf80673b89813a3e24a3b39277d393fdd091 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 5 Nov 2023 22:33:37 +0000 Subject: [PATCH] chore: 4.0.2 [skip ci] ## [4.0.2](https://github.com/andipaetzold/react-firehooks/compare/v4.0.1...v4.0.2) (2023-11-05) ### Bug Fixes * infinite re-renders of `useAggregateFromServer` ([8882819](https://github.com/andipaetzold/react-firehooks/commit/8882819e9a354e07395911d863bb79a48b245cc2)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cae6a9bf..9385a73a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.2](https://github.com/andipaetzold/react-firehooks/compare/v4.0.1...v4.0.2) (2023-11-05) + + +### Bug Fixes + +* infinite re-renders of `useAggregateFromServer` ([8882819](https://github.com/andipaetzold/react-firehooks/commit/8882819e9a354e07395911d863bb79a48b245cc2)) + ## [4.0.1](https://github.com/andipaetzold/react-firehooks/compare/v4.0.0...v4.0.1) (2023-11-05) diff --git a/package-lock.json b/package-lock.json index 90ce19f1..98f500a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-firehooks", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-firehooks", - "version": "4.0.1", + "version": "4.0.2", "license": "MIT", "devDependencies": { "@semantic-release/changelog": "6.0.3", diff --git a/package.json b/package.json index 154ddab4..38f67049 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-firehooks", - "version": "4.0.1", + "version": "4.0.2", "description": "Lightweight dependency-free collection of React hooks for Firebase", "main": "./lib/index.js", "types": "./lib/index.d.ts",