From f5981ef4fcf9705171c983520c376d34800fefa6 Mon Sep 17 00:00:00 2001 From: pauldambra Date: Wed, 6 Oct 2021 10:14:06 +0000 Subject: [PATCH] Bump version to 1.14.1, 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 1a155e969..27146f1c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.14.1 - 2021-10-06 + +- Reduce code paths that could encode post data as the string undefined (#300) + ## 1.14.0 - 2021-10-05 - Bump build and a readme change (#306) diff --git a/package.json b/package.json index ad524778c..573d549d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.14.0", + "version": "1.14.1", "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",