diff --git a/CHANGELOG.md b/CHANGELOG.md index 713d582dd..aced913af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.145.1 - 2024-07-10 + +- fix: capture network recording type (#1296) +- feat(surveys): added close button text customization feature (#1288) +- chore: fix error tests listener registration (#1291) + ## 1.145.0 - 2024-07-08 - feat: send errors one way (#1289) diff --git a/package.json b/package.json index 34d50ac23..151446c38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.145.0", + "version": "1.145.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",