From b2954a526d9bf5915141fd92237b56e795137a50 Mon Sep 17 00:00:00 2001 From: benjackwhite Date: Fri, 27 Dec 2024 08:51:13 +0000 Subject: [PATCH] chore: Bump version to 1.203.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0153b4759..7bde237e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.203.2 - 2024-12-27 + +- Adds option for nonce support (#1630) + ## 1.203.1 - 2024-12-20 - fix: recordings that are paused for their whole duration (#1626) diff --git a/package.json b/package.json index 8e0ddd768..134adf2c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.203.1", + "version": "1.203.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",