diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b831b6cb..971aff190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.156.0 - 2024-08-19 + +- fix: pass original fetch args along (#1351) + ## 1.155.6 - 2024-08-19 - fix: only add to window when it exists (#1362) diff --git a/package.json b/package.json index c55ee16df..ccb2cdec8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.155.6", + "version": "1.156.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",