From bdf84b8f3c846f2d56162ce73cf0dd94833bdac7 Mon Sep 17 00:00:00 2001 From: pauldambra Date: Wed, 3 Apr 2024 17:35:00 +0000 Subject: [PATCH] chore: Bump version to 1.117.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9be4c8dbf..6a5501df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.117.1 - 2024-04-03 + +- fix: block bytespider bot (#1113) +- fix: remove alpha comments from groups (#1111) + ## 1.117.0 - 2024-04-03 - feat: Add __posthog_debug query string (#1108) diff --git a/package.json b/package.json index 3d1620d06..23a68c7d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.117.0", + "version": "1.117.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",