From e4223eb6a9bfa47845bb3a17039a7aba7453ec95 Mon Sep 17 00:00:00 2001 From: pauldambra Date: Mon, 23 Sep 2024 09:43:31 +0000 Subject: [PATCH] chore: Bump version to 1.163.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c8c3092c..aed1d6c39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.163.1 - 2024-09-23 + +- fix: session idle timestamp correction (#1428) + ## 1.163.0 - 2024-09-20 - feat: type safe posthog extensions (#1407) diff --git a/package.json b/package.json index 049d86b6e..0137fa4dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.163.0", + "version": "1.163.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",