From 1f0b334501724ac87680c45588e048ad62a7f734 Mon Sep 17 00:00:00 2001 From: dmarticus Date: Thu, 25 Jul 2024 17:33:20 +0000 Subject: [PATCH] chore: Bump version to 1.150.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74484fe74..1365c0216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.150.0 - 2024-07-25 + +- feat(surveys): add support for a 7 point likert scale (#1319) + ## 1.149.2 - 2024-07-24 - feat: add debug startup log message (#1318) diff --git a/package.json b/package.json index 63194e6a4..6014fd8ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.149.2", + "version": "1.150.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",