From 8ca6d948b052692fbbaaf4d7dd0dafdfad6e0b2c Mon Sep 17 00:00:00 2001 From: liyiy Date: Thu, 19 Oct 2023 14:58:28 +0000 Subject: [PATCH] chore: Bump version to 1.84.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b561918eb..d69209e1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.84.1 - 2023-10-19 + +- fix(surveys): fix multiple choice input unique ID bug (#841) + ## 1.84.0 - 2023-10-18 - Fix bot user agent detection (#840) diff --git a/package.json b/package.json index 86c3cb2e9..c8dfd7d83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.84.0", + "version": "1.84.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",