From 9c7033013c297338d0ec49b93257dda0d4b8a670 Mon Sep 17 00:00:00 2001 From: pauldambra Date: Mon, 28 Oct 2024 16:24:06 +0000 Subject: [PATCH] chore: Bump version to 1.176.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9e79f55f..502635cdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.176.1 - 2024-10-28 + +- fix: reduce keep alive threshold (#1501) +- fix: empty query param when calling external dependency toolbar.js (#1456) +- fix: careful now (#1497) + ## 1.176.0 - 2024-10-24 - fix(surveys): Reset Survey storage after posthog.reset is called (#1494) diff --git a/package.json b/package.json index 00b897146..a5471cfa1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.176.0", + "version": "1.176.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",