From 3b3debf2d9aeb76961d04628a41cf27f1ba5ed0e Mon Sep 17 00:00:00 2001 From: mariusandra Date: Mon, 22 Apr 2024 08:22:36 +0000 Subject: [PATCH] chore: Bump version to 1.128.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd5bccd41..42e3e5d23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.128.2 - 2024-04-22 + +- feat: add deepscan agent (#1145) + ## 1.128.1 - 2024-04-18 - fix: Remove underscores from all functions (#1140) diff --git a/package.json b/package.json index 912dc5e27..e28c78354 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.128.1", + "version": "1.128.2", "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",