From 2eb7ecce1938afc445723cdbe9ea3bcba1884810 Mon Sep 17 00:00:00 2001 From: daibhin Date: Fri, 29 Nov 2024 12:38:08 +0000 Subject: [PATCH] chore: Bump version to 1.194.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e53d1d38..60d5b3750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.194.0 - 2024-11-29 + +- feat: add $recording_status property (#1571) + ## 1.193.1 - 2024-11-28 - fix: zone detection (#1570) diff --git a/package.json b/package.json index 7f864ef43..b4bc4b91c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.193.1", + "version": "1.194.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",