From db4d88728f392b0e4250e0d95a2d65093e67a43a Mon Sep 17 00:00:00 2001 From: dmarticus Date: Mon, 5 Aug 2024 18:38:38 +0000 Subject: [PATCH] chore: Bump version to 1.154.3 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 510046287..fe7f23bc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.154.3 - 2024-08-05 + +- feat(surveys): added a customizable submit button text color (#1339) +- fix(surveys): textarea border box was being set in the preview but not in the surveys rendered on user websites (#1340) + ## 1.154.2 - 2024-08-02 - Add instructions for cross subdomain development (#1336) diff --git a/package.json b/package.json index 0bf04a732..5e4b2cfc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.154.2", + "version": "1.154.3", "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",