From 0cfffcac9bdf1da3fbb9478c1a51170a325bd57f Mon Sep 17 00:00:00 2001 From: robbie-c Date: Mon, 28 Oct 2024 17:01:27 +0000 Subject: [PATCH] chore: Bump version to 1.177.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 502635cdc..d3b2f8182 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.177.0 - 2024-10-28 + +- feat: Only set missing campaign params to null if there is at least one non-null (#1493) + ## 1.176.1 - 2024-10-28 - fix: reduce keep alive threshold (#1501) diff --git a/package.json b/package.json index a5471cfa1..140b31803 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.176.1", + "version": "1.177.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",