From eb2d26ed9902b16bbf6f75eae7631a7b22d96e6a Mon Sep 17 00:00:00 2001 From: pauldambra Date: Fri, 28 Jun 2024 11:47:45 +0000 Subject: [PATCH] chore: Bump version to 1.142.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9bdd151d..aca5b686e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.142.1 - 2024-06-28 + +- feat: warn when distinct id invalid for replay (#1277) + ## 1.142.0 - 2024-06-28 - feat: Improved various bundles (#1265) diff --git a/package.json b/package.json index 6077fae6c..908b18260 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.142.0", + "version": "1.142.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",