diff --git a/CHANGELOG.md b/CHANGELOG.md index d7e9ea3e1..80b44bdb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.184.1 - 2024-11-12 + +- chore: add type to Sentry exception (#1520) + ## 1.184.0 - 2024-11-12 - feat: deadclicks in heatmaps (#1510) diff --git a/package.json b/package.json index ff36bd6f9..4c9a8ae7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.184.0", + "version": "1.184.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",