From a6655acf6910ecea144758b89358311797604941 Mon Sep 17 00:00:00 2001 From: pauldambra Date: Fri, 1 Nov 2024 09:06:27 +0000 Subject: [PATCH] chore: Bump version to 1.180.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4c04eb63..56e0eb376 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.180.1 - 2024-11-01 + +- fix: dead click fixes from watching in prod (#1508) + ## 1.180.0 - 2024-10-31 - feat: allow mutation rate limiter configuration (#1506) diff --git a/package.json b/package.json index daf668405..5cd394f28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.180.0", + "version": "1.180.1", "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",