From eb8151fcceb249ba9ae8f962d2b8766d7a9b94a8 Mon Sep 17 00:00:00 2001 From: benjackwhite Date: Thu, 5 Dec 2024 14:55:46 +0000 Subject: [PATCH] chore: Bump version to 1.194.4 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 060cccfad..58e2407be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.194.4 - 2024-12-05 + +- feat: RemoteConfig loader (#1577) + ## 1.194.3 - 2024-12-03 - fix: parse Chrome instead of Android as browser (#1575) diff --git a/package.json b/package.json index 54df3c6e1..4a42b0052 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.194.3", + "version": "1.194.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",