From 7a38c3a245d837466f0dd7d8eb6032c680f7c9aa Mon Sep 17 00:00:00 2001 From: "releaser-wizard[bot]" <251022448+releaser-wizard[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 16:01:22 +0000 Subject: [PATCH] chore(main): release 2.19.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7b45536..a33d076e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.19.0](https://github.com/PostHog/wizard/compare/v2.18.0...v2.19.0) (2026-06-11) + + +### Features + +* **mcp:** granular feature selection with plugin/MCP decoupling ([#442](https://github.com/PostHog/wizard/issues/442)) ([6acf3ee](https://github.com/PostHog/wizard/commit/6acf3ee449f5b7de180b3100cc94fcb14823db7a)) + + +### Bug Fixes + +* **wizard:** Fix wizard workbench runs against local MCP/repo ([#641](https://github.com/PostHog/wizard/issues/641)) ([96e4621](https://github.com/PostHog/wizard/commit/96e4621f4d3e63331316824d30b75fce91f7ad35)) + ## [2.18.0](https://github.com/PostHog/wizard/compare/v2.17.0...v2.18.0) (2026-06-10) diff --git a/package.json b/package.json index 93aafe48..9972824f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@posthog/wizard", - "version": "2.18.0", + "version": "2.19.0", "homepage": "https://github.com/PostHog/wizard", "repository": "https://github.com/PostHog/wizard", "description": "The PostHog wizard helps you to configure your project",