diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ce0d0983..16f8d1240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.61.0 - 2023-05-30 + +- feat(react): Flag autocapture component (#622) + ## 1.60.0 - 2023-05-30 - feat: Added support for cross origin iframe recording (#655) diff --git a/package.json b/package.json index 44831693e..365329e55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.60.0", + "version": "1.61.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",