diff --git a/CHANGELOG.md b/CHANGELOG.md index a02a20db0..b99ff61da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.116.6 - 2024-03-25 + +- fix: Reloading toolbar after closing (#1095) + ## 1.116.5 - 2024-03-23 - fix: posthog init should reject invalid config in TypeScript (#1097) diff --git a/package.json b/package.json index 6d39c0bec..0d1e1b991 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.116.5", + "version": "1.116.6", "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",