diff --git a/CHANGELOG.md b/CHANGELOG.md index a237c96da..9ef8c6c98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.195.0 - 2024-12-10 + +- Reduce type (#1590) + ## 1.194.6 - 2024-12-09 - feat: Load site functions via RemoteConfig (#1580) diff --git a/package.json b/package.json index 394db41d7..b26c47a4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.194.6", + "version": "1.195.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",