From f84ce2f398bd8962fb663aaad3ee4c6578ed2705 Mon Sep 17 00:00:00 2001 From: David Newell Date: Mon, 25 Nov 2024 17:38:45 +0000 Subject: [PATCH] chore: update posthog-node version (#319) --- posthog-node/CHANGELOG.md | 4 ++++ posthog-node/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/posthog-node/CHANGELOG.md b/posthog-node/CHANGELOG.md index 3d478ab2..afc5b59a 100644 --- a/posthog-node/CHANGELOG.md +++ b/posthog-node/CHANGELOG.md @@ -1,5 +1,9 @@ # Next +# 4.3.0 - 2024-11-25 + +1. Add Sentry v8 support to the Sentry integration + # 4.2.3 - 2024-11-21 1. fix: identify method allows passing a $set_once object diff --git a/posthog-node/package.json b/posthog-node/package.json index 42582826..87ecec5f 100644 --- a/posthog-node/package.json +++ b/posthog-node/package.json @@ -1,6 +1,6 @@ { "name": "posthog-node", - "version": "4.2.3", + "version": "4.3.0", "description": "PostHog Node.js integration", "repository": { "type": "git",