From 4fab9935b53a6f4a1184c64dcc347f940bf72c69 Mon Sep 17 00:00:00 2001 From: pauldambra Date: Fri, 18 Oct 2024 08:11:45 +0000 Subject: [PATCH] chore: Bump version to 1.174.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 502d68ff9..8bf4f7e06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.174.1 - 2024-10-18 + +- fix: do not capture entire elements in web vitals (#1483) + ## 1.174.0 - 2024-10-17 - Make entire cancel button area clickable (#1473) diff --git a/package.json b/package.json index 27d3eedb8..109463cb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.174.0", + "version": "1.174.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",