From ccbea01807d7a258c3a0557adb747fdd2104a375 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 19 Sep 2023 19:24:53 +0000 Subject: [PATCH] chore: 3.1.0 [skip ci] # [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)) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea1c8b14..686e36ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 30d4973a..3f0ff102 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-firehooks", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-firehooks", - "version": "3.0.0", + "version": "3.1.0", "license": "MIT", "devDependencies": { "@semantic-release/changelog": "6.0.3", diff --git a/package.json b/package.json index 00ea5f71..b8874036 100644 --- a/package.json +++ b/package.json @@ -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",