diff --git a/CHANGELOG.md b/CHANGELOG.md index 64f2a6a39..39c0ccc34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.101.0 - 2024-01-22 + +- feat: canvas recording support (#946) +- refactor(surveys): Use Preact instead of vanilla JS (#963) + ## 1.100.0 - 2024-01-15 - Enable scroll stats by default (#962) diff --git a/package.json b/package.json index 94e07a3fd..911c5ad68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.100.0", + "version": "1.101.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",