From 81e97f17b312ad0c60f50db0e67783e170a7c95b Mon Sep 17 00:00:00 2001 From: pauldambra Date: Fri, 18 Oct 2024 08:39:59 +0000 Subject: [PATCH] chore: Bump version to 1.174.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bf4f7e06..0b0080da6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.174.2 - 2024-10-18 + +- fix: no need to swallow import errors (#1486) + ## 1.174.1 - 2024-10-18 - fix: do not capture entire elements in web vitals (#1483) diff --git a/package.json b/package.json index 109463cb7..95ce2ffdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.174.1", + "version": "1.174.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",