From 4ece26b11bf3b87720292b50bfadba828e0a5ea9 Mon Sep 17 00:00:00 2001 From: daibhin Date: Wed, 16 Oct 2024 09:26:12 +0000 Subject: [PATCH] chore: Bump version to 1.169.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63e848cad..b6a0a752e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.169.1 - 2024-10-16 + +- chore: skip if Array.from is missing (#1475) + ## 1.169.0 - 2024-10-15 - feat: report reason for recording start (#1452) diff --git a/package.json b/package.json index 8b77ff566..e4c99118e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.169.0", + "version": "1.169.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",