diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ae9e6f..3702526 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.3](https://github.com/vpishuk/react-query-firebase/compare/v2.1.2...v2.1.3) (2025-03-31) + + +### Bug Fixes + +* **react-native:** makes options optional for RN firebase context ([#56](https://github.com/vpishuk/react-query-firebase/issues/56)) ([855af65](https://github.com/vpishuk/react-query-firebase/commit/855af65e69d08c78a06d65e068e425301a7ebf74)) + ## [2.1.2](https://github.com/vpishuk/react-query-firebase/compare/v2.1.1...v2.1.2) (2025-03-31) diff --git a/package-lock.json b/package-lock.json index 92cb78d..749e72e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-query-firebase", - "version": "2.1.2", + "version": "2.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-query-firebase", - "version": "2.1.2", + "version": "2.1.3", "license": "MIT", "devDependencies": { "@laverve/eslint-utils": "^5.1.1", diff --git a/package.json b/package.json index 8aefa94..a67fe58 100644 --- a/package.json +++ b/package.json @@ -74,5 +74,5 @@ "docs:build": "vitepress build docs", "docs:preview": "vitepress preview docs" }, - "version": "2.1.2" + "version": "2.1.3" }