From d71ecd6b5dd69c8f19fb7c957c55a6888bc76186 Mon Sep 17 00:00:00 2001 From: pauldambra Date: Wed, 20 Nov 2024 09:48:00 +0000 Subject: [PATCH] chore: Bump version to 1.187.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dda5da50..8bb35569d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.187.2 - 2024-11-20 + +- fix: improve ES6 bundling (#1542) + ## 1.187.1 - 2024-11-19 - fix: patch angular wrap detection in rrweb (#1543) diff --git a/package.json b/package.json index 781058a1e..8b5e20c78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.187.1", + "version": "1.187.2", "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",