Skip to content

Commit

Permalink
Release 2.8.0 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Oct 6, 2023
1 parent dcd429a commit 41ac06b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion posthog-react-native/CHANGELOG.md
@@ -1,4 +1,4 @@
# Next
# 2.8.0 - 2023-10-06

1. Added new `const [flag, payload] = useFeatureFlagWithPayload('my-flag-name')` hook that returns the flag result and it's payload if it has one.

Expand Down
2 changes: 1 addition & 1 deletion posthog-react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "posthog-react-native",
"version": "2.7.1",
"version": "2.8.0",
"main": "lib/posthog-react-native/index.js",
"files": [
"lib/"
Expand Down

0 comments on commit 41ac06b

Please sign in to comment.