From 26a8abca53cb48abe1466df1b2bac7f39954a779 Mon Sep 17 00:00:00 2001 From: robbie-c Date: Tue, 26 Nov 2024 15:55:09 +0000 Subject: [PATCH] chore: Bump version to 1.189.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c1a67a7f..b2bbed6e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.189.0 - 2024-11-26 + +- feat: Add better npm import, and script entrypoint for customizations (#1550) + ## 1.188.1 - 2024-11-26 - fix: safari support requires we don't use (#1553) diff --git a/package.json b/package.json index 702e9973f..702c24bb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.188.1", + "version": "1.189.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",