From 45b90d6ea872feed65f84160ea34e040ed46782c Mon Sep 17 00:00:00 2001 From: dmarticus Date: Thu, 30 Jan 2025 18:52:12 +0000 Subject: [PATCH] chore: Bump version to 1.213.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f6cb1ab3..c15346406 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.213.0 - 2025-01-30 + +- feat: deprecate `featureFlags.override` in favor of `featureFlags.overrideFeatureFlags`, a new function that supports overriding flags and flag payloads (#1697) +- chore: snapshot types that we want to not accidentally deprecate or remove (#1705) + ## 1.212.1 - 2025-01-29 - docs: Add missing types (#1703) diff --git a/package.json b/package.json index 3e4991cdc..1ed208412 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.212.1", + "version": "1.213.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",