diff --git a/CHANGELOG.md b/CHANGELOG.md index 96ca82745..4aacf7a43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.106.0 - 2024-02-15 + +- feat(surveys): preact surveys components (#964) + ## 1.105.9 - 2024-02-14 - fix: empty token should be invalid (#1022) diff --git a/package.json b/package.json index 4392c80fc..6907847f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.105.9", + "version": "1.106.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",