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