diff --git a/CHANGELOG.md b/CHANGELOG.md index 9594a4c2d..46f93deca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.95.1 - 2023-12-13 + +- Remove debug code from survey-utils (#937) + ## 1.95.0 - 2023-12-12 - feat(surveys): custom and tab widget (#933) diff --git a/package.json b/package.json index c2ec26a40..68807c39a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.95.0", + "version": "1.95.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",