From cc59e6669d3291ea50ed8b2729fbc50ba9df295e Mon Sep 17 00:00:00 2001 From: pauldambra Date: Thu, 28 Nov 2024 13:35:01 +0000 Subject: [PATCH] chore: Bump version to 1.192.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 198301e00..eb8916829 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.192.1 - 2024-11-28 + + + ## 1.192.0 - 2024-11-28 - feat: Start tracking timezone offset and language prefix (#1568) diff --git a/package.json b/package.json index d7d3a3f22..ba1603429 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.192.0", + "version": "1.192.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",