From 34204f4aff107162bdb259d2a7c855d67bf0260c Mon Sep 17 00:00:00 2001 From: pauldambra Date: Tue, 3 Sep 2024 16:36:56 +0000 Subject: [PATCH] chore: Bump version to 1.160.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ceeca3538..8541833e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.160.3 - 2024-09-03 + +- fix: captured network requests must always have name property (#1398) + ## 1.160.2 - 2024-09-03 - fix: report requests even without timing (#1386) diff --git a/package.json b/package.json index e133454e2..f0686717c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.160.2", + "version": "1.160.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",