diff --git a/CHANGELOG.md b/CHANGELOG.md index 03d4f0a61..03607760f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.190.1 - 2024-11-27 + + + ## 1.190.0 - 2024-11-27 - feat: Add initial person info to cookie when using localPlusCookieStore (#1559) diff --git a/package.json b/package.json index ddc9df653..621dbedd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.190.0", + "version": "1.190.1", "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",