diff --git a/CHANGELOG.md b/CHANGELOG.md index ca96cf4f1..4d7908354 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.200.0 - 2024-12-13 + +- fix: Refactor decide loading (#1596) + ## 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) diff --git a/package.json b/package.json index 8c05b233c..9600b3739 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.199.0", + "version": "1.200.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",