From 37c3dd7aa4d6d544cc169219c88074a587345c62 Mon Sep 17 00:00:00 2001 From: pauldambra Date: Mon, 23 Oct 2023 18:21:47 +0000 Subject: [PATCH] chore: Bump version to 1.84.3 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f99d5bf12..685857e4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.84.3 - 2023-10-23 + +- fix: full snapshot every 10 minutes (#847) +- fix: really fix subdomain check to satisfy codeql (#845) + ## 1.84.2 - 2023-10-23 - fix: heroku subdomain check (#842) diff --git a/package.json b/package.json index 27a749433..f3661a4d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.84.2", + "version": "1.84.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",