diff --git a/CHANGELOG.md b/CHANGELOG.md index 7216b4327..f4e653476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.187.0 - 2024-11-19 + +- feat: allow config of before_send function to edit or reject events (#1515) +- chore: timeout test cafe jobs (#1540) +- chore: specify an explicit browserslist version (#1539) + ## 1.186.4 - 2024-11-19 - chore: always transform exponentiation (#1537) diff --git a/package.json b/package.json index e25c963fb..2549a4bbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.186.4", + "version": "1.187.0", "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",