diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a0a752e..bd7e689de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.170.0 - 2024-10-16 + +- fix: web vitals delayed capture (#1474) + ## 1.169.1 - 2024-10-16 - chore: skip if Array.from is missing (#1475) diff --git a/package.json b/package.json index e4c99118e..062652f20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.169.1", + "version": "1.170.0", "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",