From 92190d04798c9ae6c6a2a616f53629ab6b0ee416 Mon Sep 17 00:00:00 2001 From: mariusandra Date: Wed, 27 Nov 2024 10:28:27 +0000 Subject: [PATCH] chore: Bump version to 1.189.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2bbed6e5..b3d2969ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.189.1 - 2024-11-27 + +- feat: hog site functions (#1546) + ## 1.189.0 - 2024-11-26 - feat: Add better npm import, and script entrypoint for customizations (#1550) diff --git a/package.json b/package.json index 702c24bb7..93d3bf273 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.189.0", + "version": "1.189.1", "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",