diff --git a/CHANGELOG.md b/CHANGELOG.md index 07f1bc478..f7fb45c71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.217.7 - 2025-02-14 + +- fix: skip device type check if no devices set (#1737) + ## 1.217.6 - 2025-02-14 - fix: heatmaps unload listener (#1736) diff --git a/package.json b/package.json index d0ccfe695..cb8c20490 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.217.6", + "version": "1.217.7", "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",