From d82cf2e037db18e2cf76e01d385821b5fb1138ab Mon Sep 17 00:00:00 2001 From: pauldambra Date: Wed, 31 May 2023 13:39:34 +0000 Subject: [PATCH] chore: Bump version to 1.63.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 691b9f084..a1fe17357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.63.0 - 2023-05-31 + +- feat: remove lz compression (#654) + ## 1.62.0 - 2023-05-31 - feat: Exception Autocapture (#649) diff --git a/package.json b/package.json index 7e019dd44..d138df43c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.62.0", + "version": "1.63.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",