From c7c276b2164606cb1a6e0f9fadcadc6202aaf316 Mon Sep 17 00:00:00 2001 From: robbie-c Date: Fri, 2 Aug 2024 14:18:38 +0000 Subject: [PATCH] chore: Bump version to 1.154.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3079143b3..510046287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.154.2 - 2024-08-02 + +- Add instructions for cross subdomain development (#1336) + ## 1.154.1 - 2024-08-01 - fix(surveys): fix textarea, and make it easier to query the survey question description in the DOM (#1337) diff --git a/package.json b/package.json index f883d7334..0bf04a732 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.154.1", + "version": "1.154.2", "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",