From 9c8fe0e35f6566be7d0e37642c33ed7727fc68bb Mon Sep 17 00:00:00 2001 From: robbie-c Date: Tue, 20 Aug 2024 15:12:20 +0000 Subject: [PATCH] chore: Bump version to 1.157.2 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b3674b1e..563fb2427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.157.2 - 2024-08-20 + +- feat: Use NavigatorUAData and navigator.webdriver to improve bot detection (#1359) +- chore: Move chrome tests off of browserstack, add firefox (#1369) + ## 1.157.1 - 2024-08-20 - Revert "fix: pass original fetch args along (#1351)" (#1371) diff --git a/package.json b/package.json index 3b3dcff55..0283efa3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.157.1", + "version": "1.157.2", "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",