From 83f1a6886f8d2501a95edfbcef7953105fd41403 Mon Sep 17 00:00:00 2001 From: benjackwhite Date: Tue, 24 Oct 2023 16:17:51 +0000 Subject: [PATCH] chore: Bump version to 1.85.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3db34985d..5e1c2cca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.85.1 - 2023-10-24 + +- fix: Disable the string reduction code until we can battle test it more. (#851) + ## 1.85.0 - 2023-10-24 diff --git a/package.json b/package.json index b81970ed6..49bd62451 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.85.0", + "version": "1.85.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",