From 24fcf1678e8848c2f0c2a5f3e63ec0942cf2396e Mon Sep 17 00:00:00 2001 From: pauldambra Date: Mon, 30 Oct 2023 17:58:28 +0000 Subject: [PATCH] chore: Bump version to 1.87.5 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e50ccdf74..8ebf18416 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.87.5 - 2023-10-30 + +- fix: include raw user agent in event properties (#868) + ## 1.87.4 - 2023-10-30 - fix: logging pointless error when offline (#866) diff --git a/package.json b/package.json index 2d8088eee..1defae4aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.87.4", + "version": "1.87.5", "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",