From 18479b4ff36b709fc05c970ce392c23b1732381a Mon Sep 17 00:00:00 2001 From: pauldambra Date: Tue, 12 Mar 2024 15:12:52 +0000 Subject: [PATCH] chore: Bump version to 1.114.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 073766fc4..e72eaf955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.114.2 - 2024-03-12 + +- fix: patch rrweb zero width canvas bug (#1075) + ## 1.114.1 - 2024-03-12 - fix: Disabled compression and application json (#1074) diff --git a/package.json b/package.json index 9095e2dab..5545b7dcf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.114.1", + "version": "1.114.2", "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",