diff --git a/CHANGELOG.md b/CHANGELOG.md index e711aaf5d..5a5f51601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.148.2 - 2024-07-22 + +- fix: don't load preact until you have to (#1311) +- chore: one less posthog mock and two fewer given tests (#1312) + ## 1.148.1 - 2024-07-22 - fix: ignore ridonculously large web vitals values (#1309) diff --git a/package.json b/package.json index 8728b9b39..46eb66292 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.148.1", + "version": "1.148.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",