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