From bbafdc2ab7cb24e9463f0834dc6281fd9ee54d0c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Aug 2023 17:00:47 +0000 Subject: [PATCH] chore(release): 0.3.9 [skip ci] ## [@segment/analytics-react-native-plugin-firebase-v0.3.9](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-firebase-v0.3.8...@segment/analytics-react-native-plugin-firebase-v0.3.9) (2023-08-21) ### Bug Fixes * event name should contain 40 alphanumeric characters or underscores ([#842](https://github.com/segmentio/analytics-react-native/issues/842)) ([d1b94fc](https://github.com/segmentio/analytics-react-native/commit/d1b94fc31eb6082da9d527a40a9d6667f9ced2bb)) * **FirebasePlugin:** can not read propertytoString of undefined error ([3f4f3bd](https://github.com/segmentio/analytics-react-native/commit/3f4f3bd3bceaabec70673b23afde8e516aba086f)) --- packages/plugins/plugin-firebase/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/plugins/plugin-firebase/CHANGELOG.md b/packages/plugins/plugin-firebase/CHANGELOG.md index 5751fa1d..a7ad6ad5 100644 --- a/packages/plugins/plugin-firebase/CHANGELOG.md +++ b/packages/plugins/plugin-firebase/CHANGELOG.md @@ -1,3 +1,11 @@ +## [@segment/analytics-react-native-plugin-firebase-v0.3.9](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-firebase-v0.3.8...@segment/analytics-react-native-plugin-firebase-v0.3.9) (2023-08-21) + + +### Bug Fixes + +* event name should contain 40 alphanumeric characters or underscores ([#842](https://github.com/segmentio/analytics-react-native/issues/842)) ([d1b94fc](https://github.com/segmentio/analytics-react-native/commit/d1b94fc31eb6082da9d527a40a9d6667f9ced2bb)) +* **FirebasePlugin:** can not read propertytoString of undefined error ([3f4f3bd](https://github.com/segmentio/analytics-react-native/commit/3f4f3bd3bceaabec70673b23afde8e516aba086f)) + ## [@segment/analytics-react-native-plugin-firebase-v0.3.8](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-firebase-v0.3.7...@segment/analytics-react-native-plugin-firebase-v0.3.8) (2023-04-18)