From 21340dd366e03f6d2c9ff56de6e3b982f3d00e88 Mon Sep 17 00:00:00 2001 From: "releaser-wizard[bot]" <251022448+releaser-wizard[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 15:29:55 +0000 Subject: [PATCH] chore(main): release 2.10.1 --- CHANGELOG.md | 8 ++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f0dc9b7..d624f6ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.10.1](https://github.com/PostHog/wizard/compare/v2.10.0...v2.10.1) (2026-04-23) + + +### Bug Fixes + +* pass email and region to provisioning signup flow ([#403](https://github.com/PostHog/wizard/issues/403)) ([2f75cee](https://github.com/PostHog/wizard/commit/2f75cee1ba80bae07ae3795edc1c3087919264ca)) +* Remove hacky desktop connection, stand alone mcp install ([#408](https://github.com/PostHog/wizard/issues/408)) ([176b496](https://github.com/PostHog/wizard/commit/176b496e9860bebc28953638085e137738ba2362)) + ## [2.10.0](https://github.com/PostHog/wizard/compare/v2.9.1...v2.10.0) (2026-04-22) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index fb824c14..26f5e3c2 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@posthog/wizard", - "version": "2.10.0", + "version": "2.10.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@posthog/wizard", - "version": "2.10.0", + "version": "2.10.1", "dependencies": { "@anthropic-ai/claude-agent-sdk": "0.2.73", "@inkjs/ui": "^2.0.0", diff --git a/package.json b/package.json index b71a82e2..3793a036 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@posthog/wizard", - "version": "2.10.0", + "version": "2.10.1", "homepage": "https://github.com/PostHog/wizard", "repository": "https://github.com/PostHog/wizard", "description": "The PostHog wizard helps you to configure your project",