From 38a19dc0b43f050fb6e92e0e0e55c7fad31a376e Mon Sep 17 00:00:00 2001 From: pauldambra Date: Mon, 4 Oct 2021 10:49:56 +0000 Subject: [PATCH] Bump version to 1.13.17, 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 a9ba49856..3e865f2ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.13.17 - 2021-10-04 + +- corrects exported type which got out of sync with core.js file (#307) + ## 1.13.16 - 2021-10-04 - Allow injection from config of a function to call when xhr requests fail (#296) diff --git a/package.json b/package.json index b65675563..ea5c4ed39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.13.16", + "version": "1.13.17", "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",