From ec33e8597f5d7cab2a197cd65ac49765706f2089 Mon Sep 17 00:00:00 2001 From: liyiy Date: Tue, 10 Oct 2023 00:23:55 +0000 Subject: [PATCH] chore: Bump version to 1.83.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 410c9227e..ad075557b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.83.0 - 2023-10-10 + +- feat(surveys): Optional survey questions (#826) + ## 1.82.3 - 2023-10-06 - fix: Typescript compilation of survey types (#827) diff --git a/package.json b/package.json index da765a80b..6c5954bd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.82.3", + "version": "1.83.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",