From 3c08d513b0f3a3870aa87a1b0337e5fd79628a9a Mon Sep 17 00:00:00 2001 From: Twixes Date: Tue, 14 Sep 2021 10:30:35 +0000 Subject: [PATCH] Bump version to 1.13.11, update CHANGELOG.md & yarn.lock --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",