From 82e153fdb6052eb9b4c1a42cc8dd44501c17bea4 Mon Sep 17 00:00:00 2001 From: liyiy Date: Wed, 15 Nov 2023 15:45:56 +0000 Subject: [PATCH] chore: Bump version to 1.91.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2b04f418..ab106683a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.91.1 - 2023-11-15 + +- fix(surveys): button text field fix (#899) + ## 1.91.0 - 2023-11-15 - fix: Window or document access across the code (#894) diff --git a/package.json b/package.json index 56b65ff52..2ed643487 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.91.0", + "version": "1.91.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",