From d1fa34e28f611fcdb904523587df699398c4f742 Mon Sep 17 00:00:00 2001 From: "releaser-wizard[bot]" <251022448+releaser-wizard[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 19:47:26 +0000 Subject: [PATCH] chore(main): release 2.76.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffb7d824b..e33ab313e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.76.0](https://github.com/PostHog/wizard/compare/v2.75.0...v2.76.0) (2026-09-18) + + +### Features + +* **audit:** stream audit progress as areas on the headless path ([#1263](https://github.com/PostHog/wizard/issues/1263)) ([b300b40](https://github.com/PostHog/wizard/commit/b300b40182b20b64f08402db769dcf7c8a45ce76)) + ## [2.75.0](https://github.com/PostHog/wizard/compare/v2.74.1...v2.75.0) (2026-09-17) diff --git a/package.json b/package.json index 375e5aa5e..617175ae8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@posthog/wizard", - "version": "2.75.0", + "version": "2.76.0", "homepage": "https://github.com/PostHog/wizard", "repository": "https://github.com/PostHog/wizard", "description": "The PostHog wizard helps you to configure your project",