diff --git a/CHANGELOG.md b/CHANGELOG.md index c79a03b7b..51f307f37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.93.4 - 2023-12-05 + +- feat: Show warning if identifying with "distinct_id" (#918) + ## 1.93.3 - 2023-11-28 - fix: safer custom event on return from idle (#913) diff --git a/package.json b/package.json index 571f17606..301b2247b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.93.3", + "version": "1.93.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",