From f5a0d12603197deab305a7e25843f04f3fa4c99e Mon Sep 17 00:00:00 2001 From: jurajmajerik Date: Tue, 6 Aug 2024 09:52:35 +0000 Subject: [PATCH] chore: Bump version to 1.154.5 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ffeabd01..226c1c567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.154.5 - 2024-08-06 + +- fix(surveys): style the link button with black text (#1343) + ## 1.154.4 - 2024-08-05 - feat: Remove storage logging and add reset logging (#1342) diff --git a/package.json b/package.json index cb6cec4c4..f98507b8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.154.4", + "version": "1.154.5", "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",