diff --git a/CHANGELOG.md b/CHANGELOG.md index 80b44bdb7..5b5f9152e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.184.2 - 2024-11-13 + +- fix(flags): support multiple children prop in PostHogFeature (#1516) +- fix: Don't use session storage in memory mode (#1521) + ## 1.184.1 - 2024-11-12 - chore: add type to Sentry exception (#1520) diff --git a/package.json b/package.json index 4c9a8ae7f..eb3b91b56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.184.1", + "version": "1.184.2", "description": "Posthog-js allows you to automatically capture usage and send events to PostHog.", "repository": "https://github.com/PostHog/posthog-js", "author": "hey@posthog.com",