From bf818561eb6451684ae493e357f924514c1ac3f1 Mon Sep 17 00:00:00 2001 From: pauldambra Date: Mon, 30 Oct 2023 12:18:24 +0000 Subject: [PATCH] chore: Bump version to 1.87.4 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 679826b22..e50ccdf74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.87.4 - 2023-10-30 + +- fix: logging pointless error when offline (#866) + ## 1.87.3 - 2023-10-30 - feat: retry count in url (#864) diff --git a/package.json b/package.json index 87b6611c8..2d8088eee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.87.3", + "version": "1.87.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",