From dacff20537e3db648c79140887fbdfc93a49efa8 Mon Sep 17 00:00:00 2001 From: PostHog Bot <69588470+posthog-bot@users.noreply.github.com> Date: Sat, 8 Nov 2025 02:37:33 +0100 Subject: [PATCH] chore(main): release 1.16.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 280e1f3..2d967a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.16.2](https://github.com/PostHog/wizard/compare/v1.16.1...v1.16.2) (2025-11-08) + + +### Bug Fixes + +* Claude Code support for MCP server installation ([#169](https://github.com/PostHog/wizard/issues/169)) ([98589b9](https://github.com/PostHog/wizard/commit/98589b9899b97738ba3359eac39f37cb2c182e99)) + ## [1.16.1](https://github.com/PostHog/wizard/compare/v1.16.0...v1.16.1) (2025-11-06) diff --git a/package.json b/package.json index 68b2c57..a1c8f03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@posthog/wizard", - "version": "1.16.1", + "version": "1.16.2", "homepage": "https://github.com/posthog/wizard", "repository": "https://github.com/posthog/wizard", "description": "The PostHog wizard helps you to configure your project",