diff --git a/CHANGELOG.md b/CHANGELOG.md index 2293b90f1..0c60dbd21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.78.1 - 2023-09-07 + +- fix(flags): Re-enable reload only when request finishes (#791) + ## 1.78.0 - 2023-09-07 - fix: Handle uninitialised helpers better (#767) diff --git a/package.json b/package.json index 14ec3a5ab..882c8958a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.78.0", + "version": "1.78.1", "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",