From 6ef05c5d3391041290818e3220b1c25a74d3206d Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto Date: Thu, 12 Sep 2024 11:08:39 +0200 Subject: [PATCH] changelog --- posthog-react-native/CHANGELOG.md | 2 ++ posthog-react-native/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/posthog-react-native/CHANGELOG.md b/posthog-react-native/CHANGELOG.md index cb5d5662..dabb5086 100644 --- a/posthog-react-native/CHANGELOG.md +++ b/posthog-react-native/CHANGELOG.md @@ -1,5 +1,7 @@ # Next +# 3.2.0 - 2024-09-12 + ## Changed 1. chore: default `captureMode` changed to `json`. diff --git a/posthog-react-native/package.json b/posthog-react-native/package.json index 162d05cc..64111fb4 100644 --- a/posthog-react-native/package.json +++ b/posthog-react-native/package.json @@ -1,6 +1,6 @@ { "name": "posthog-react-native", - "version": "3.1.2", + "version": "3.2.0", "main": "lib/posthog-react-native/index.js", "files": [ "lib/"