From ab6a3b391e696f38a0f17fc66bab07bbdd2e7fa9 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Thu, 14 Dec 2023 11:30:32 +0000 Subject: [PATCH] Add changelog to Release 2.9.1 RN --- posthog-react-native/CHANGELOG.md | 4 ++++ posthog-react-native/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/posthog-react-native/CHANGELOG.md b/posthog-react-native/CHANGELOG.md index 83c0259e..1216c642 100644 --- a/posthog-react-native/CHANGELOG.md +++ b/posthog-react-native/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.9.1 - 2023-12-14 + +1. `getPersistedProperty` uses Nullish Coalescing operator to fallback to `undefined` only if the property is not found + # 2.9.0 - 2023-12-04 1. Renamed `personProperties` to `setPersonPropertiesForFlags` to match `posthog-js` and more clearly indicated what it does diff --git a/posthog-react-native/package.json b/posthog-react-native/package.json index f1abffdb..74ed5ed6 100644 --- a/posthog-react-native/package.json +++ b/posthog-react-native/package.json @@ -1,6 +1,6 @@ { "name": "posthog-react-native", - "version": "2.9.0", + "version": "2.9.1", "main": "lib/posthog-react-native/index.js", "files": [ "lib/"