From 2c12b4ff4cbd907affdfff83935ddcbb1d9a99e8 Mon Sep 17 00:00:00 2001 From: havenbarnes Date: Thu, 12 Dec 2024 23:45:21 +0000 Subject: [PATCH] chore: Bump version to 1.199.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65911f86c..ca96cf4f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.199.0 - 2024-12-12 + +- chore(flags): Add new debugging property `$used_bootstrap_value`, `$feature_flag_bootstrapped_response` and `$feature_flag_bootstrapped_payload` to `$feature_flag_called` event (#1567) + ## 1.198.0 - 2024-12-12 - feat: Allow users to customize `fetch` behavior (#1599) diff --git a/package.json b/package.json index 5855feee1..8c05b233c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.198.0", + "version": "1.199.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",