From fd5ff2c786403940e27013d2945e642548ed4671 Mon Sep 17 00:00:00 2001 From: jurajmajerik Date: Fri, 21 Jun 2024 07:48:01 +0000 Subject: [PATCH] chore: Bump version to 1.139.8 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a326d3ff..4574a1ed3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.139.8 - 2024-06-21 + +- fix(surveys branching): rename confirmation_message -> end (#1257) + ## 1.139.7 - 2024-06-21 - fix(surveys): fix missing confirmation message state (#1263) diff --git a/package.json b/package.json index 4174ba0a7..8e7abdf8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.139.7", + "version": "1.139.8", "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",