From 466655572216d53a89b431dee8ee6221c1e21a57 Mon Sep 17 00:00:00 2001 From: pauldambra Date: Mon, 16 Sep 2024 07:08:11 +0000 Subject: [PATCH] chore: Bump version to 1.161.4 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f258e7ae2..d2e1c6421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.161.4 - 2024-09-16 + +- fix: no keep alive for large payloads (#1416) +- feat(experiments): Apply no-code experiments to the webpage. (#1409) + ## 1.161.3 - 2024-09-10 - fix: manage capture pageview hook lifecycle (#1408) diff --git a/package.json b/package.json index fe08b1b17..dde406e68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.161.3", + "version": "1.161.4", "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",