From f2ee8fa78c7ed9a87cb4bec737dc4ddfde197722 Mon Sep 17 00:00:00 2001 From: frankh Date: Fri, 23 Feb 2024 10:17:00 +0000 Subject: [PATCH] chore: Bump version to 1.108.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 097394ee1..cbff2d560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.108.3 - 2024-02-23 + +- feat: Rollout new ingestion endpoints (#1032) + ## 1.108.2 - 2024-02-22 - fix: Path for site apps (#1037) diff --git a/package.json b/package.json index f2cc1ba9c..da8eccdf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthog-js", - "version": "1.108.2", + "version": "1.108.3", "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",