From df8e08f851a825a2100b4ae4aac0f26e6438720b Mon Sep 17 00:00:00 2001 From: liyiy Date: Wed, 22 Nov 2023 23:06:40 +0000 Subject: [PATCH] chore: Bump version to 1.93.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a85179a3..e65067985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.93.0 - 2023-11-22 + +- feat(surveys): Add open-ended choices for multiple and single choice surveys (#910) + ## 1.92.1 - 2023-11-21 - feat: payload capture - move timing into copied plugin (#902) diff --git a/package.json b/package.json index a19998722..79c0905cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.92.1", + "version": "1.93.0", "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",