From 3ee3180f2970ef4c16490e3a928bd667a269f186 Mon Sep 17 00:00:00 2001 From: pauldambra Date: Thu, 12 Dec 2024 09:50:15 +0000 Subject: [PATCH] chore: Bump version to 1.196.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ef8c6c98..41273274d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.196.0 - 2024-12-12 + +- feat: include attribution with all web vitals (#1594) + ## 1.195.0 - 2024-12-10 - Reduce type (#1590) diff --git a/package.json b/package.json index b26c47a4e..4bcc3147c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.195.0", + "version": "1.196.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",