From 61b32c8926d9509e4407d2052cc9da874bc81061 Mon Sep 17 00:00:00 2001 From: pauldambra Date: Tue, 24 Sep 2024 15:07:32 +0000 Subject: [PATCH] chore: Bump version to 1.164.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c6b7370d..5de78114f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.164.3 - 2024-09-24 + +- fix: it's just rude to assign to date now (#1435) + ## 1.164.2 - 2024-09-24 - fix: get computed style error (#1433) diff --git a/package.json b/package.json index 2197d2b7d..c6d136de3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.164.2", + "version": "1.164.3", "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",