diff --git a/CHANGELOG.md b/CHANGELOG.md index e65067985..b50471e2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.93.1 - 2023-11-23 + +- feat: send idle markers in session (#909) + ## 1.93.0 - 2023-11-22 - feat(surveys): Add open-ended choices for multiple and single choice surveys (#910) diff --git a/package.json b/package.json index 79c0905cd..da0ddee39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.93.0", + "version": "1.93.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",