diff --git a/posthog-node/CHANGELOG.md b/posthog-node/CHANGELOG.md index b6bff7ee..2040bd87 100644 --- a/posthog-node/CHANGELOG.md +++ b/posthog-node/CHANGELOG.md @@ -1,3 +1,7 @@ +# 3.3.0 - 2024-01-02 + +1. Adds PostHogSentryIntegration to allow automatic capturing of exceptions reported via the @sentry/node package + # 3.2.1 - 2023-12-15 1. Fixes issue where a background refresh of feature flags could throw an unhandled error. It now emits to be detected by `.on('error', ...)` diff --git a/posthog-node/package.json b/posthog-node/package.json index d0098e1d..558ebb0c 100644 --- a/posthog-node/package.json +++ b/posthog-node/package.json @@ -1,10 +1,10 @@ { "name": "posthog-node", - "version": "3.2.1", + "version": "3.3.0", "description": "PostHog Node.js integration", "repository": { - "type" : "git", - "url" : "https://github.com/PostHog/posthog-js-lite.git", + "type": "git", + "url": "https://github.com/PostHog/posthog-js-lite.git", "directory": "posthog-node" }, "scripts": {