diff --git a/CHANGELOG.md b/CHANGELOG.md index 1365c0216..020680217 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.150.1 - 2024-07-29 + +- fix: Array.from override (#1322) +- chore: finally remove given (#1321) + ## 1.150.0 - 2024-07-25 - feat(surveys): add support for a 7 point likert scale (#1319) diff --git a/package.json b/package.json index 27811512b..1136b2800 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.150.0", + "version": "1.150.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",