diff --git a/CHANGELOG.md b/CHANGELOG.md index dc2c9e268..65911f86c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.198.0 - 2024-12-12 + +- feat: Allow users to customize `fetch` behavior (#1599) + ## 1.197.0 - 2024-12-12 - feat: send snapshot library (#1587) diff --git a/package.json b/package.json index 23446e9ed..5855feee1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.197.0", + "version": "1.198.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",