From 10c42ddb5de71e3984f9c0f12369fa6072dd3f1c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 22 Oct 2021 20:13:20 +0000 Subject: [PATCH] chore: 1.4.2 [skip ci] ## [1.4.2](https://github.com/andipaetzold/react-firehooks/compare/v1.4.1...v1.4.2) (2021-10-22) ### Bug Fixes * loading state for undefined refs/queries ([#16](https://github.com/andipaetzold/react-firehooks/issues/16)) ([385a5de](https://github.com/andipaetzold/react-firehooks/commit/385a5def225df12b521b83896495104ea0e9d82f)) --- 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 60ca4129..b36342d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.2](https://github.com/andipaetzold/react-firehooks/compare/v1.4.1...v1.4.2) (2021-10-22) + + +### Bug Fixes + +* loading state for undefined refs/queries ([#16](https://github.com/andipaetzold/react-firehooks/issues/16)) ([385a5de](https://github.com/andipaetzold/react-firehooks/commit/385a5def225df12b521b83896495104ea0e9d82f)) + ## [1.4.1](https://github.com/andipaetzold/react-firehooks/compare/v1.4.0...v1.4.1) (2021-10-20) diff --git a/package-lock.json b/package-lock.json index 200e8a7a..a710d694 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-firehooks", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "react-firehooks", - "version": "1.4.1", + "version": "1.4.2", "license": "MIT", "devDependencies": { "@semantic-release/changelog": "6.0.0", diff --git a/package.json b/package.json index 5afd6a97..7d7320dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-firehooks", - "version": "1.4.1", + "version": "1.4.2", "description": "Lightweight dependency-free collection of React hooks for Firebase", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js",