From e685c2b23a66ae2b786ea9f63887774f6b1e3368 Mon Sep 17 00:00:00 2001 From: pauldambra Date: Thu, 4 Apr 2024 13:32:02 +0000 Subject: [PATCH] chore: Bump version to 1.118.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f79b6ac2..f43ee7b0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.118.0 - 2024-04-04 + +- feat: capture more sentry levels (#1104) + ## 1.117.2 - 2024-04-03 - feat: measure identified events (#1114) diff --git a/package.json b/package.json index d2421fc50..6692baaed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.117.2", + "version": "1.118.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",