From 72cf8462dc8cfe0c66c4f9aa603502f142dcdef2 Mon Sep 17 00:00:00 2001 From: pauldambra Date: Tue, 10 Sep 2024 14:20:52 +0000 Subject: [PATCH] chore: Bump version to 1.161.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",