diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a1dfc4e0..6e53d1d38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.193.1 - 2024-11-28 + +- fix: zone detection (#1570) + ## 1.193.0 - 2024-11-28 - feat: allow decide to provide script name for recorder (#1509) diff --git a/package.json b/package.json index b3de227ad..7f864ef43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.193.0", + "version": "1.193.1", "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",