From f71a8292f3641aebd2df7194dd0e34edee3e0b8b Mon Sep 17 00:00:00 2001 From: pauldambra Date: Tue, 26 Nov 2024 09:37:27 +0000 Subject: [PATCH] chore: Bump version to 1.188.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbab1b8c6..0c1a67a7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.188.1 - 2024-11-26 + +- fix: safari support requires we don't use (#1553) +- fix: endless capturing /s/ (#1551) +- chore: make platform more specific (#1549) + ## 1.188.0 - 2024-11-22 - fix(surveys): Process feature_flag_keys on Survey object (#1548) diff --git a/package.json b/package.json index 03e86f5b1..702e9973f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.188.0", + "version": "1.188.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",