From a0e73eb565aa1b5ada669dcf2c01d4ce27d72ac4 Mon Sep 17 00:00:00 2001 From: benjackwhite Date: Tue, 17 Dec 2024 07:21:14 +0000 Subject: [PATCH] chore: Bump version to 1.201.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3ec7e97f..7f2c1ec8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.201.1 - 2024-12-17 + +- fix: Load RemoteConfig by default but don't use it (#1607) +- chore: add websockets example to nextjs playground (#1605) + ## 1.201.0 - 2024-12-16 - fix: rotate session id proactively (#1512) diff --git a/package.json b/package.json index 49cb26ee7..f9800a347 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.201.0", + "version": "1.201.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",