diff --git a/CHANGELOG.md b/CHANGELOG.md index dc3c8f782..95d158ec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.203.0 - 2024-12-20 + +- chore: add feature name prop to event (#1624) +- fix: payload host deny list (#1627) +- chore: build against lowest and current version of TS (#1625) +- chore: fix changelog after automation error (#1623) + ## 1.202.5 - 2024-12-19 - chore: lint a file that needs it (#1622) diff --git a/package.json b/package.json index 635a5d3fa..ca7916bee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.202.5", + "version": "1.203.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",