From 38dfb96357e25b22f11cdde5dc85a1c1c4bf6e38 Mon Sep 17 00:00:00 2001 From: lucasheriques Date: Tue, 7 Jan 2025 17:56:42 +0000 Subject: [PATCH] chore: Bump version to 1.205.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fce2f2792..9b910830b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.205.0 - 2025-01-07 + +- feat: Add a onPreviewSubmit callback to preview surveys (#1641) + ## 1.204.0 - 2025-01-06 - feat: Deprecate `sanitize_properties` (#1632) diff --git a/package.json b/package.json index 3cc962366..5b5c265c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.204.0", + "version": "1.205.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",