From 26f7a729abf06d3ffdc008d9ee754013a2f9cadd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 20 Feb 2022 08:47:00 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.4.0](https://github.com/armand1m/react-with-firebase-auth/compare/v1.3.11...v1.4.0) (2022-02-20) ### Features * 🎸 include signInWithApple provider ([#131](https://github.com/armand1m/react-with-firebase-auth/issues/131)) ([bac510f](https://github.com/armand1m/react-with-firebase-auth/commit/bac510f6f2cac58aabb1b85f7e73a5355b9185a2)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfc04c6..fe17125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.4.0](https://github.com/armand1m/react-with-firebase-auth/compare/v1.3.11...v1.4.0) (2022-02-20) + + +### Features + +* 🎸 include signInWithApple provider ([#131](https://github.com/armand1m/react-with-firebase-auth/issues/131)) ([bac510f](https://github.com/armand1m/react-with-firebase-auth/commit/bac510f6f2cac58aabb1b85f7e73a5355b9185a2)) + ## [1.3.11](https://github.com/armand1m/react-with-firebase-auth/compare/v1.3.10...v1.3.11) (2021-07-04) diff --git a/package.json b/package.json index 6c0777b..b773730 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-with-firebase-auth", - "version": "1.3.11", + "version": "1.4.0", "description": "Higher Order Component for integrating Firebase with a React Component", "author": "armand1m", "license": "MIT",