From 22effeef8f77bb9eabd1b396b4a298280518d443 Mon Sep 17 00:00:00 2001 From: yakkomajuri Date: Wed, 3 Mar 2021 09:42:00 +0000 Subject: [PATCH] Bump version to 1.9.0, update CHANGELOG.md & yarn.lock --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71337ed1f..c2e210861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.9.0 - 2021-03-03 + +- Device Type (#198) +- Device Type (#198) + ## 1.8.10 - 2021-03-02 - Add properties_string_max_length = 65535 (#197) diff --git a/package.json b/package.json index 99862d481..52d2d062a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.8.10", + "version": "1.9.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",