Skip to content

Commit 45b90d6

Browse files
committed
chore: Bump version to 1.213.0
1 parent 690773b commit 45b90d6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.213.0 - 2025-01-30
2+
3+
- feat: deprecate `featureFlags.override` in favor of `featureFlags.overrideFeatureFlags`, a new function that supports overriding flags and flag payloads (#1697)
4+
- chore: snapshot types that we want to not accidentally deprecate or remove (#1705)
5+
16
## 1.212.1 - 2025-01-29
27

38
- docs: Add missing types (#1703)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthog-js",
3-
"version": "1.212.1",
3+
"version": "1.213.0",
44
"description": "Posthog-js allows you to automatically capture usage and send events to PostHog.",
55
"repository": "https://github.com/PostHog/posthog-js",
66
"author": "[email protected]",

0 commit comments

Comments
 (0)