From 3379ba13db9345875a99f47df2433c55115544f9 Mon Sep 17 00:00:00 2001 From: pauldambra Date: Mon, 26 Aug 2024 15:08:23 +0000 Subject: [PATCH] chore: Bump version to 1.158.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 145596f7a..776da54ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.158.1 - 2024-08-26 + +- fix: event listeners should obey start and stop (#1379) + ## 1.158.0 - 2024-08-26 - fix(segment): Posthog can identify after segment identifies a user, not just during bootstrap. (#1373) diff --git a/package.json b/package.json index 43c0112b8..7b15c3e69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.158.0", + "version": "1.158.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",