From 28c083520b9d957228b409afba95b88b6da59f88 Mon Sep 17 00:00:00 2001 From: dmarticus Date: Wed, 31 Jul 2024 19:28:24 +0000 Subject: [PATCH] chore: Bump version to 1.154.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce7241f63..9d6a91fca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.154.0 - 2024-07-31 + +- feat(flags): give users the ability to suppress override warning logs, if desired (#1328) + ## 1.153.0 - 2024-07-31 - chore: mask password by default (#1334) diff --git a/package.json b/package.json index 282699158..f216caab7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.153.0", + "version": "1.154.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",