From d26d8f4dda20fef2dcac62267db74c1f262c494d Mon Sep 17 00:00:00 2001 From: pauldambra Date: Tue, 12 Dec 2023 10:44:16 +0000 Subject: [PATCH] chore: Bump version to 1.94.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5614b04ef..bba7df234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.94.3 - 2023-12-12 + +- fix: class string separator (#935) + ## 1.94.2 - 2023-12-11 - fix: cache subdomain discovery (#928) diff --git a/package.json b/package.json index 12fe069c6..b845a55c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.94.2", + "version": "1.94.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",