From 907dc72c6987fe733d68442de787b0a3a178c952 Mon Sep 17 00:00:00 2001 From: pauldambra Date: Mon, 19 Aug 2024 08:47:51 +0000 Subject: [PATCH] chore: Bump version to 1.155.5 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fb6fa801..d2c6a3446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.155.5 - 2024-08-19 + +- fix: endpoint for is already called inside loadscript (#1365) +- chore: Run ts on test files (#1358) + ## 1.155.4 - 2024-08-14 - fix: Expose version (#1357) diff --git a/package.json b/package.json index fd2aed7a2..c0f31d67d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.155.4", + "version": "1.155.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",