From 4f64d8e0fedcb8e7b451add238aaa8d7eb754504 Mon Sep 17 00:00:00 2001 From: dmarticus Date: Thu, 6 Jun 2024 14:57:05 +0000 Subject: [PATCH] chore: Bump version to 1.138.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee6b67af9..4418ba8b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.138.0 - 2024-06-06 + +- feat(surveys): `posthog-js` changes to support valid HTML question rendering (#1206) + ## 1.137.0 - 2024-06-05 - chore: Bump version to 1.137.0 (#1227) diff --git a/package.json b/package.json index 972107028..135d89510 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.137.0", + "version": "1.138.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",