From ffcc14f23d6ee1d407e8bd8918353e6b7e934c27 Mon Sep 17 00:00:00 2001 From: robbie-c Date: Wed, 30 Oct 2024 08:55:48 +0000 Subject: [PATCH] chore: Bump version to 1.178.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3b2f8182..ae6ea046e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.178.0 - 2024-10-30 + +- feat: Add timezone to events (#1504) +- chore: update README to include missing steps for running local nextjs playground (#1455) + ## 1.177.0 - 2024-10-28 - feat: Only set missing campaign params to null if there is at least one non-null (#1493) diff --git a/package.json b/package.json index 140b31803..7af1c6528 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.177.0", + "version": "1.178.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",