From d67147f3458a4478aba1f2d14d2774d62cf85d56 Mon Sep 17 00:00:00 2001 From: daibhin Date: Mon, 22 Jan 2024 10:44:50 +0000 Subject: [PATCH] chore: Bump version to 1.101.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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",