From 2e7854e839b0ce4587c8944c21e92468947cfed8 Mon Sep 17 00:00:00 2001 From: robbie-c Date: Wed, 18 Oct 2023 16:23:01 +0000 Subject: [PATCH] chore: Bump version to 1.84.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04ab863e3..b561918eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.84.0 - 2023-10-18 + +- Fix bot user agent detection (#840) + ## 1.83.3 - 2023-10-17 - fix(surveys): add listener to 0th element (#837) diff --git a/package.json b/package.json index 1b2b919bf..86c3cb2e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.83.3", + "version": "1.84.0", "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",