diff --git a/CHANGELOG.md b/CHANGELOG.md index f38c21167..f78912616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.151.1 - 2024-07-31 + +- fix(surveys): Center the X (#1329) + ## 1.151.0 - 2024-07-30 - Accept eventPayload in onEvent handler (#1331) diff --git a/package.json b/package.json index 8b5e1a8a5..668a85d36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.151.0", + "version": "1.151.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",