diff --git a/CHANGELOG.md b/CHANGELOG.md index c8c4e4138..8ad4e4559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.120.2 - 2024-04-08 + +- Fix to include project in urls (#1098) + ## 1.120.1 - 2024-04-08 - chore: Add workflow to update the posthog.com repo with new posthog-js versions (#1120) diff --git a/package.json b/package.json index 7f71c362a..f08ed16c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.120.1", + "version": "1.120.2", "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",