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",