From dcef47a28107db9de64d45b5878b57365970ef74 Mon Sep 17 00:00:00 2001 From: pauldambra Date: Tue, 24 Sep 2024 08:50:50 +0000 Subject: [PATCH] chore: Bump version to 1.164.2 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fba3c652..9c6b7370d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.164.2 - 2024-09-24 + +- fix: get computed style error (#1433) +- fix: changelog (#1431) + ## 1.164.1 - 2024-09-23 - chore: build when publishing (#1430) diff --git a/package.json b/package.json index 62e48226a..2197d2b7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.164.1", + "version": "1.164.2", "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",