diff --git a/CHANGELOG.md b/CHANGELOG.md index 526e3fedb..679826b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.87.3 - 2023-10-30 + +- feat: retry count in url (#864) + ## 1.87.2 - 2023-10-27 - fix(surveys): Publish types in module (#863) diff --git a/package.json b/package.json index 2e1e6d538..87b6611c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.87.2", + "version": "1.87.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",