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",