Skip to content

Commit

Permalink
Add changelog to Release 2.9.1 - RN (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Dec 16, 2023
1 parent 42183eb commit 77c1358
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions posthog-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion posthog-react-native/package.json
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down

0 comments on commit 77c1358

Please sign in to comment.