From 65eb083190bdf7a8ed77b0b56bb14748df764d2f Mon Sep 17 00:00:00 2001 From: pauldambra Date: Mon, 30 Sep 2024 09:10:30 +0000 Subject: [PATCH] chore: Bump version to 1.165.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e4df32cc..67c94d7d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.165.1 - 2024-09-30 + +- fix: no custom events when idle (#1438) +- chore: downgrade jest types (#1442) + ## 1.165.0 - 2024-09-25 - feat: compress replay data (#1436) diff --git a/package.json b/package.json index 48ff44ca2..b940e11c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.165.0", + "version": "1.165.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",