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",