From 7c236692be8426d50ccc07ef21bcb4eac9d4232d Mon Sep 17 00:00:00 2001 From: pauldambra Date: Tue, 5 Mar 2024 10:26:00 +0000 Subject: [PATCH] chore: Bump version to 1.111.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a9aebff1..2d0019edc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.111.0 - 2024-03-05 + +- feat: copy and cut autocapture (#1047) +- fix: timezones are fun (#1050) + ## 1.110.0 - 2024-02-28 - feat: allow linked flag variants to control recording (#1040) diff --git a/package.json b/package.json index a80410b6b..d25e876db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.110.0", + "version": "1.111.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",