From f881685c67ee33408d05b2836027c0f0b9ea5c07 Mon Sep 17 00:00:00 2001 From: robbie-c Date: Wed, 24 Jul 2024 19:53:12 +0000 Subject: [PATCH] chore: Bump version to 1.149.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 127a40aa5..74484fe74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.149.2 - 2024-07-24 + +- feat: add debug startup log message (#1318) + ## 1.149.1 - 2024-07-24 - fix: web vitals ignored error on init (#1317) diff --git a/package.json b/package.json index daeeecdb1..63194e6a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.149.1", + "version": "1.149.2", "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",