From b16a06230019f73637d21d729c44b74f308f2f95 Mon Sep 17 00:00:00 2001 From: liyiy Date: Mon, 13 Nov 2023 23:15:07 +0000 Subject: [PATCH] chore: Bump version to 1.89.1 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a73c2b5b..bf9509034 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 1.89.1 - 2023-11-13 + +- fix(surveys): fix emoji rating scale bug (#887) +- feat: capture network payloads (internal alpha) (#886) +- fix: meaningful recordings integration tests (#885) +- fix(surveys): Send responded property with every type of survey (#883) +- Bump playground next yarn version (#874) +- chore: convert 2 more test files to remove given and switch to TS (#882) +- fix(surveys): whitelabel, input radio grouping, and auto text color bugs (#881) +- fix: session id should start null (#878) +- chore(deps): bump @babel/traverse from 7.11.0 to 7.23.2 (#835) +- chore(deps): bump @babel/traverse from 7.12.12 to 7.23.2 in /react (#836) +- chore(deps): bump next from 13.1.6 to 13.5.0 in /playground/nextjs (#855) + ## 1.89.0 - 2023-11-13 - feat: capture network payloads (internal alpha) (#886) diff --git a/package.json b/package.json index 0266c075c..2dbfa6e0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.89.0", + "version": "1.89.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",