diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ae7c03af..f258e7ae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.161.3 - 2024-09-10 + +- fix: manage capture pageview hook lifecycle (#1408) + ## 1.161.2 - 2024-09-09 - fix: some clients need web vitals directly on window (#1406) diff --git a/package.json b/package.json index 4891ca380..fe08b1b17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.161.2", + "version": "1.161.3", "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",