From 15a7caa3c4dc3c8e3dac263e0899bd55aa0bc513 Mon Sep 17 00:00:00 2001 From: pauldambra Date: Wed, 15 Nov 2023 08:52:15 +0000 Subject: [PATCH] chore: Bump version to 1.90.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e58fcfa9..9044ea8e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.90.1 - 2023-11-15 + +- fix: seek subdomain correctly (#888) + ## 1.90.0 - 2023-11-15 - fix(surveys): prioritize question button text field and thank you countdown is not automatic (#893) diff --git a/package.json b/package.json index 06bdc2898..a5506b0a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.90.0", + "version": "1.90.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",