From 6da785b18c526f5008c2ec9f0bc98555ca784404 Mon Sep 17 00:00:00 2001 From: pauldambra Date: Tue, 17 Dec 2024 13:01:23 +0000 Subject: [PATCH] chore: Bump version to 1.202.2 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed266e746..0d4230135 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.202.2 - 2024-12-17 + +- fix: specify transport in fewer places to let config control (#1614) +- chore: update rollup, bc y not (#1615) + ## 1.202.1 - 2024-12-17 - feat: Use token scoped remote config (#1611) diff --git a/package.json b/package.json index 58d965177..e76d8024e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.202.1", + "version": "1.202.2", "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",