From 5a5b4c454920e703d88c9479430180684a3d4734 Mon Sep 17 00:00:00 2001 From: pauldambra Date: Fri, 20 Dec 2024 12:50:12 +0000 Subject: [PATCH] chore: Bump version to 1.203.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95d158ec4..0153b4759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.203.1 - 2024-12-20 + +- fix: recordings that are paused for their whole duration (#1626) +- feat: custom event with remote config (#1628) + ## 1.203.0 - 2024-12-20 - chore: add feature name prop to event (#1624) diff --git a/package.json b/package.json index ca7916bee..8e0ddd768 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.203.0", + "version": "1.203.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",