diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d6a91fca..3079143b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.154.1 - 2024-08-01 + +- fix(surveys): fix textarea, and make it easier to query the survey question description in the DOM (#1337) +- feat: Add debug logging for the initial props that posthog was started with (#1335) + ## 1.154.0 - 2024-07-31 - feat(flags): give users the ability to suppress override warning logs, if desired (#1328) diff --git a/package.json b/package.json index f216caab7..f883d7334 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.154.0", + "version": "1.154.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",