From 1b57ea9f6b7736f3e3fce0fd512b467ddb35c5d9 Mon Sep 17 00:00:00 2001 From: Phanatic Date: Fri, 22 Nov 2024 18:04:59 +0000 Subject: [PATCH] chore: Bump version to 1.188.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bb35569d..dbab1b8c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.188.0 - 2024-11-22 + +- fix(surveys): Process feature_flag_keys on Survey object (#1548) +- chore: sentry integration fixes (#1544) + ## 1.187.2 - 2024-11-20 - fix: improve ES6 bundling (#1542) diff --git a/package.json b/package.json index 8b5e20c78..03e86f5b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.187.2", + "version": "1.188.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",