diff --git a/CHANGELOG.md b/CHANGELOG.md index 58364dff2..2c8c3092c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.163.0 - 2024-09-20 + +- feat: type safe posthog extensions (#1407) + ## 1.162.0 - 2024-09-19 - fix(surveys): 7-point likert scale didn't work with branching logic (#1424) diff --git a/package.json b/package.json index 1251e7b1c..049d86b6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.162.0", + "version": "1.163.0", "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",