diff --git a/CHANGELOG.md b/CHANGELOG.md index b78388fa7..ff3b2cf8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.174.4 - 2024-10-24 + +- fix: expose the last activity timestamp in session id check result (#1491) + ## 1.174.3 - 2024-10-22 - chore: upgrade rrweb to alpha.16 (#1276) diff --git a/package.json b/package.json index 17e2980c1..e46abe9c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.174.3", + "version": "1.174.4", "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",