diff --git a/CHANGELOG.md b/CHANGELOG.md index 1999c0d73..c69fb2825 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.219.0 - 2025-02-17 + +- feat(web-analytics): Handle set_once latest props in a cross-subdomain way (#1739) + ## 1.218.2 - 2025-02-15 - chore: limit height of multiple choice question (#1740) diff --git a/package.json b/package.json index 2b689cedc..a6944f201 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.218.2", + "version": "1.219.0", "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",