From 8157df935a4d0e71d2fefef7127aa85ee51c82d1 Mon Sep 17 00:00:00 2001 From: benjackwhite Date: Wed, 11 Oct 2023 09:01:43 +0000 Subject: [PATCH] chore: Bump version to 1.83.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad075557b..36ca23b26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.83.1 - 2023-10-11 + +- feat: Move all logs everything over to logger (#830) +- Update DOMAIN_MATCH_REGEX (#787) + ## 1.83.0 - 2023-10-10 - feat(surveys): Optional survey questions (#826) diff --git a/package.json b/package.json index 6c5954bd9..fcac12335 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.83.0", + "version": "1.83.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",