From 02a8e170b4e5c0c894552ff8cf83f9a4de23abf2 Mon Sep 17 00:00:00 2001 From: pauldambra Date: Fri, 7 Jun 2024 10:33:19 +0000 Subject: [PATCH] chore: Bump version to 1.138.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4418ba8b0..70dbae3ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.138.1 - 2024-06-07 + +- feat: wrap fetch and add tracing headers (#1186) +- feat(survey): Support identifying iterations of a repeatable survey (#1200) + ## 1.138.0 - 2024-06-06 - feat(surveys): `posthog-js` changes to support valid HTML question rendering (#1206) diff --git a/package.json b/package.json index 135d89510..596e94525 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.138.0", + "version": "1.138.1", "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",