diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e6406d0e..f77764682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.88.4 - 2023-11-09 + +- 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) + ## 1.88.3 - 2023-11-08 - fix(surveys): whitelabel, input radio grouping, and auto text color bugs (#881) diff --git a/package.json b/package.json index 1d0002975..8eed9ee00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.88.3", + "version": "1.88.4", "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",