From f93a6e6d55a4195ffedfe2d15d6c60293f5c09a9 Mon Sep 17 00:00:00 2001 From: rafaeelaudibert Date: Mon, 6 Jan 2025 13:59:25 +0000 Subject: [PATCH] chore: Bump version to 1.204.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e09c47c73..fce2f2792 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.204.0 - 2025-01-06 + +- feat: Deprecate `sanitize_properties` (#1632) +- test(ci): move more of the browser tests to playwright (#1638) + ## 1.203.3 - 2025-01-03 - feat: Add pageview and prev pageview tracking (#1634) diff --git a/package.json b/package.json index 7c525f983..3cc962366 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.203.3", + "version": "1.204.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",