From a75b5645e329bf10cfcfdd255181558e7f63b259 Mon Sep 17 00:00:00 2001 From: neilkakkar Date: Mon, 25 Sep 2023 14:46:41 +0000 Subject: [PATCH] chore: Bump version to 1.81.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3657f5e7..629da1ab7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.81.0 - 2023-09-25 + +- feat(surveys): Make surveys site app native to posthog-js (#801) + ## 1.80.0 - 2023-09-25 - Add root $el_text (#806) diff --git a/package.json b/package.json index e3864ec87..8e3cb6ff7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.80.0", + "version": "1.81.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",