Skip to content

Commit

Permalink
chore: Bump version to 1.213.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarticus committed Jan 30, 2025
1 parent 690773b commit 45b90d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
Expand Down

0 comments on commit 45b90d6

Please sign in to comment.