From 800f4e373f46a0861383f7162c0aaf72d2a439d5 Mon Sep 17 00:00:00 2001 From: mariusandra Date: Fri, 17 Sep 2021 12:36:30 +0000 Subject: [PATCH] Bump version to 1.13.13, update CHANGELOG.md & yarn.lock --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1d0671e0..2fd2fce71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.13.13 - 2021-09-17 + +- Trigger onFeatureFlags on reset (#263) +- Do not crash when calling capture() after skipping init(), fixes #281 (#282) + ## 1.13.12 - 2021-09-15 - Change UTM tags from first touch to last touch (#286) diff --git a/package.json b/package.json index 662f6dbb6..27286ab53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.13.12", + "version": "1.13.13", "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",