From 9df1369f3bd4a3b9936c1f20817ec5d8b7bc6a01 Mon Sep 17 00:00:00 2001 From: daibhin Date: Fri, 15 Mar 2024 11:14:36 +0000 Subject: [PATCH] chore: Bump version to 1.115.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e3828e36..882dbdcda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.115.1 - 2024-03-15 + +- chore: remove v1 rrweb loading (#1078) + ## 1.115.0 - 2024-03-14 - feat: track recording URL without pageview capture (#1076) diff --git a/package.json b/package.json index 2b0083cc5..8120748d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.115.0", + "version": "1.115.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",