diff --git a/CHANGELOG.md b/CHANGELOG.md index 685857e4d..ff3c9bde9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.84.4 - 2023-10-24 + +- log when browser offline (#850) +- chore: type checking in one place makes bundle smaller (#843) + ## 1.84.3 - 2023-10-23 - fix: full snapshot every 10 minutes (#847) diff --git a/package.json b/package.json index ec9cfcedd..140abacdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.84.3", + "version": "1.84.4", "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",