From ce4f832f0d63fd189f12dc7c1f073e58f663f027 Mon Sep 17 00:00:00 2001 From: pauldambra Date: Thu, 31 Oct 2024 19:00:20 +0000 Subject: [PATCH] chore: Bump version to 1.180.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 933ceeb12..b4c04eb63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.180.0 - 2024-10-31 + +- feat: allow mutation rate limiter configuration (#1506) + ## 1.179.0 - 2024-10-31 - feat: dead click detection (#1463) diff --git a/package.json b/package.json index 478c32bb1..daf668405 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.179.0", + "version": "1.180.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",