diff --git a/CHANGELOG.md b/CHANGELOG.md index 226c1c567..e0ce60bb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.154.6 - 2024-08-09 + +- chore: make password capture more explicit (#1345) + ## 1.154.5 - 2024-08-06 - fix(surveys): style the link button with black text (#1343) diff --git a/package.json b/package.json index f98507b8e..345cd056b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.154.5", + "version": "1.154.6", "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",