From ded55cf8e34f47a868463b7f59a6dacb90fa1c8e Mon Sep 17 00:00:00 2001 From: pauldambra Date: Thu, 17 Oct 2024 12:08:35 +0000 Subject: [PATCH] chore: Bump version to 1.172.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e1fb6767..0b5299ff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.172.0 - 2024-10-17 + +- chore: build an es5 bundle and move main to es6 (#1480) + ## 1.171.0 - 2024-10-17 - feat: start session recording on url trigger (#1451) diff --git a/package.json b/package.json index 4cab67b99..fc7ca59ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.171.0", + "version": "1.172.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",