From 6d475cce35a4f088387c417ad3201249405c7930 Mon Sep 17 00:00:00 2001 From: daibhin Date: Wed, 16 Oct 2024 11:42:56 +0000 Subject: [PATCH] chore: Bump version to 1.170.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd7e689de..cbc9478de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.170.1 - 2024-10-16 + +- feat: add stack to stacktraceless "exceptions" (#1472) + ## 1.170.0 - 2024-10-16 - fix: web vitals delayed capture (#1474) diff --git a/package.json b/package.json index 062652f20..680b1f437 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.170.0", + "version": "1.170.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",