From a124ef57532c394252cd2ccc71340b86b4950073 Mon Sep 17 00:00:00 2001 From: richard-better Date: Thu, 17 Oct 2024 09:50:05 +0000 Subject: [PATCH] chore: Bump version to 1.171.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbc9478de..7e1fb6767 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.171.0 - 2024-10-17 + +- feat: start session recording on url trigger (#1451) +- chore: babel targets in rollup config (#1479) + ## 1.170.1 - 2024-10-16 - feat: add stack to stacktraceless "exceptions" (#1472) diff --git a/package.json b/package.json index 81dea3c55..ba7d599b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.170.1", + "version": "1.171.0", "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",