From 328407128b5a6bf574cc7ff07bbcdccf7b7e6b62 Mon Sep 17 00:00:00 2001 From: liyiy Date: Wed, 8 Nov 2023 20:53:37 +0000 Subject: [PATCH] chore: Bump version to 1.88.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0e183a2f..1e6406d0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.88.3 - 2023-11-08 + +- fix(surveys): whitelabel, input radio grouping, and auto text color bugs (#881) + ## 1.88.2 - 2023-11-08 - fix: session id should start null (#878) diff --git a/package.json b/package.json index 2951c2fd8..1d0002975 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.88.2", + "version": "1.88.3", "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",