From 4b28ae7b731fa742b7737de8837138ba0ef2fb01 Mon Sep 17 00:00:00 2001 From: benjackwhite Date: Tue, 10 Dec 2024 15:18:25 +0000 Subject: [PATCH] chore: Bump version to 1.195.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",