From 9a7eb9950f197ed4db1f2f647a82f0344aaca49f Mon Sep 17 00:00:00 2001 From: "releaser-wizard[bot]" <251022448+releaser-wizard[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 19:17:57 +0000 Subject: [PATCH] chore(main): release 2.9.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 6fa6ac13..432cb298 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.9.1](https://github.com/PostHog/wizard/compare/v2.9.0...v2.9.1) (2026-04-16) + + +### Bug Fixes + +* delete skills ([#391](https://github.com/PostHog/wizard/issues/391)) ([1370547](https://github.com/PostHog/wizard/commit/1370547704801e793c43b64f5d1a076cb2cbcd26)) +* MCP input for windows + playground ([#395](https://github.com/PostHog/wizard/issues/395)) ([62e4bf5](https://github.com/PostHog/wizard/commit/62e4bf5c844f86b1769b29893d3383e9276d0087)) + ## [2.9.0](https://github.com/PostHog/wizard/compare/v2.8.0...v2.9.0) (2026-04-15) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6872a3df..f5db60ac 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@posthog/wizard", - "version": "2.9.0", + "version": "2.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@posthog/wizard", - "version": "2.9.0", + "version": "2.9.1", "dependencies": { "@anthropic-ai/claude-agent-sdk": "0.2.73", "@inkjs/ui": "^2.0.0", diff --git a/package.json b/package.json index b24e6294..961d5681 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@posthog/wizard", - "version": "2.9.0", + "version": "2.9.1", "homepage": "https://github.com/PostHog/wizard", "repository": "https://github.com/PostHog/wizard", "description": "The PostHog wizard helps you to configure your project",