diff --git a/CHANGELOG.md b/CHANGELOG.md index 9385a73a..469a34dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.3](https://github.com/andipaetzold/react-firehooks/compare/v4.0.2...v4.0.3) (2023-11-25) + + +### Bug Fixes + +* `exactOptionalPropertyTypes` TS option compatibility ([#256](https://github.com/andipaetzold/react-firehooks/issues/256)) ([581774a](https://github.com/andipaetzold/react-firehooks/commit/581774a17f3632607d6bb2b6e0244e14a450a0cc)) + ## [4.0.2](https://github.com/andipaetzold/react-firehooks/compare/v4.0.1...v4.0.2) (2023-11-05) diff --git a/package-lock.json b/package-lock.json index 42f39a7f..ad95dc74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-firehooks", - "version": "4.0.2", + "version": "4.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-firehooks", - "version": "4.0.2", + "version": "4.0.3", "license": "MIT", "devDependencies": { "@semantic-release/changelog": "6.0.3", diff --git a/package.json b/package.json index e431238f..2ca06469 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-firehooks", - "version": "4.0.2", + "version": "4.0.3", "description": "Lightweight dependency-free collection of React hooks for Firebase", "main": "./lib/index.js", "types": "./lib/index.d.ts",