diff --git a/CHANGELOG.md b/CHANGELOG.md index 631e315a4..10758b6ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.158.3 - 2024-08-28 + +- fix(errors): Build endpoint for sentry integration & exception observer correctly (#1390) + ## 1.158.2 - 2024-08-27 - chore: skip rate limiting of snapshot events (#1383) diff --git a/package.json b/package.json index b64a7bcd9..604b5ef7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.158.2", + "version": "1.158.3", "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",