diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bb3189e6..6cea8b69f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.194.2 - 2024-12-02 + +- fix: use previous site-app variables (#1574) + ## 1.194.1 - 2024-11-30 - fix: Don't crash on bigints (#1573) diff --git a/package.json b/package.json index 7ea10cbdd..0fde770ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.194.1", + "version": "1.194.2", "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",