From 51cc36839ebd204ce977f5113b6e8e046e038bc7 Mon Sep 17 00:00:00 2001 From: skoob13 Date: Thu, 29 Aug 2024 08:11:43 +0000 Subject: [PATCH] chore: Bump version to 1.159.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10758b6ef..e5c75a2cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.159.0 - 2024-08-29 + +- fix: capture a $pageview event on opting in (#1372) + ## 1.158.3 - 2024-08-28 - fix(errors): Build endpoint for sentry integration & exception observer correctly (#1390) diff --git a/package.json b/package.json index 604b5ef7b..c753c818b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.158.3", + "version": "1.159.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",