From 5b2d47d22ba6b5dc907ec3e8416021c914c5e4f3 Mon Sep 17 00:00:00 2001 From: Phanatic Date: Wed, 5 Jun 2024 22:25:34 +0000 Subject: [PATCH] chore: Bump version to 1.137.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa603b1b2..ee6b67af9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## 1.137.0 - 2024-06-05 +- chore: Bump version to 1.137.0 (#1227) +- feat(survey): Event based survey: Show survey popup based on custom event (#1213) + +## 1.137.0 - 2024-06-05 + - feat(survey): Event based survey: Show survey popup based on custom event #1213 ## 1.136.8 - 2024-06-05 diff --git a/package.json b/package.json index f8bf40671..972107028 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.136.8", + "version": "1.137.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",