diff --git a/CHANGELOG.md b/CHANGELOG.md index 08ddcfd5c..141fcf487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.164.1 - 2024-09-23 + + + ## 1.164.0 - 2024-09-23 - feat: Bundle option without any external scripts (#1413) diff --git a/package.json b/package.json index 17db8dd18..62e48226a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.164.0", + "version": "1.164.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",