From f9a6fb9446e886740dc73276523ec95e08abd913 Mon Sep 17 00:00:00 2001 From: mariusandra Date: Tue, 5 Oct 2021 08:43:18 +0000 Subject: [PATCH] Bump version to 1.14.0, update CHANGELOG.md & yarn.lock --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e865f2ef..1a155e969 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.14.0 - 2021-10-05 + +- Bump build and a readme change (#306) +- Add posthog.people.increment (#254) +- Send initial pageview immediately (#295) +- add a test for init-ing and reading the on xhr error handler (#308) + ## 1.13.17 - 2021-10-04 - corrects exported type which got out of sync with core.js file (#307) diff --git a/package.json b/package.json index ea5c4ed39..de9cac949 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.13.17", + "version": "1.14.0", "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",