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",