From 70e9cf6753fed64d5f7ecf7425610fff87af946d Mon Sep 17 00:00:00 2001 From: pauldambra Date: Tue, 16 Jul 2024 09:09:13 +0000 Subject: [PATCH] chore: Bump version to 1.148.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01f8c753c..f06320e17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.148.0 - 2024-07-16 + +- feat: split large replay buffers before sending (#1305) + ## 1.147.0 - 2024-07-12 - feat: add url_ignorelist for autocapture config (#1302) diff --git a/package.json b/package.json index 605f4150b..ebf9ab357 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.147.0", + "version": "1.148.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",