From f55cf047b24d853d5dada6e5961da0d5f22178f9 Mon Sep 17 00:00:00 2001 From: neilkakkar Date: Tue, 15 Oct 2024 09:20:36 +0000 Subject: [PATCH] chore: Bump version to 1.168.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7b5e2f45..3d5de4f23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.168.0 - 2024-10-15 + +- fix(errors): Better define schema, align with python (#1460) +- chore: refactor some cypress setup (#1467) + ## 1.167.1 - 2024-10-14 - fix: sanitize set_once properties (#1462) diff --git a/package.json b/package.json index ef83fd7b3..8f705c77d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.167.1", + "version": "1.168.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",