From 0080117b3024c1abc815cc8905536403b6e57b63 Mon Sep 17 00:00:00 2001 From: lucasheriques Date: Tue, 14 Jan 2025 18:55:20 +0000 Subject: [PATCH] chore: Bump version to 1.206.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe25e64fa..a331df08f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.206.1 - 2025-01-14 + +- fix: survey previews should never have the submit button disabled (#1650) + ## 1.206.0 - 2025-01-14 - feat: add irclid and _kx as campaign parameters (#1648) diff --git a/package.json b/package.json index 45d5cfa18..eba34af21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.206.0", + "version": "1.206.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",