From 8854f1a8d9b532a62ecc68a0aa1f3fc37fc567ea Mon Sep 17 00:00:00 2001 From: benjackwhite Date: Wed, 25 Oct 2023 07:51:48 +0000 Subject: [PATCH] chore: Bump version to 1.85.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 659a90588..a443fc37a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.85.3 - 2023-10-25 + +- feat: Toolbar loading from state faster (#849) + ## 1.85.2 - 2023-10-24 - fix(surveys): cancel listener should be on all questions (#854) diff --git a/package.json b/package.json index 411f43d58..380175eda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.85.2", + "version": "1.85.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",