diff --git a/CHANGELOG.md b/CHANGELOG.md index 236552623..937017d3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.13.11 - 2021-09-14 + +- Do not load toobar only if autocapture enabled (#285) + ## 1.13.9 - 2021-09-10 - Split feature flags into `$feature/*` properties (#278) diff --git a/package.json b/package.json index 34e16d235..9f9fd8507 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.13.10", + "version": "1.13.11", "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",