From 7d7ef79995748d380c617e616c39a3e6afd0a2bd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 Feb 2023 10:25:23 +0000 Subject: [PATCH] chore(release): 1.7.9 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.7.9](https://github.com/sws2apps/sws-vip/compare/v1.7.8...v1.7.9) (2023-02-14) ### Bug Fixes * **account-upgrade:** don’t send uid if firebase auth is null ([5f8cb60](https://github.com/sws2apps/sws-vip/commit/5f8cb6086d74735f80c4f4c3682296059632a6af)) * **account-upgrade:** handle undefined var on upgrade ([fbdc63c](https://github.com/sws2apps/sws-vip/commit/fbdc63ced9e5da67c9cd24a044590e7c88a56e82)) * **startup:** fix undefined vars in EmailAuth ([12d560a](https://github.com/sws2apps/sws-vip/commit/12d560ab74174a8e69dd22488fe1940ba237a356)) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76d451b..27a60da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ ## [1.7.9](https://github.com/sws2apps/sws-vip/compare/v1.7.8...v1.7.9) (2023-02-14) +### Bug Fixes + +* **account-upgrade:** don’t send uid if firebase auth is null ([5f8cb60](https://github.com/sws2apps/sws-vip/commit/5f8cb6086d74735f80c4f4c3682296059632a6af)) +* **account-upgrade:** handle undefined var on upgrade ([fbdc63c](https://github.com/sws2apps/sws-vip/commit/fbdc63ced9e5da67c9cd24a044590e7c88a56e82)) +* **startup:** fix undefined vars in EmailAuth ([12d560a](https://github.com/sws2apps/sws-vip/commit/12d560ab74174a8e69dd22488fe1940ba237a356)) + +## [1.7.9](https://github.com/sws2apps/sws-vip/compare/v1.7.8...v1.7.9) (2023-02-14) + + ### Bug Fixes * **account-upgrade:** don’t send uid if firebase auth is null ([5f8cb60](https://github.com/sws2apps/sws-vip/commit/5f8cb6086d74735f80c4f4c3682296059632a6af))