From aba33e513a3bd34afcfecfa0a5932c39cc0e006c Mon Sep 17 00:00:00 2001 From: "releaser-wizard[bot]" <251022448+releaser-wizard[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 17:53:59 +0000 Subject: [PATCH] chore(main): release 2.9.0 --- CHANGELOG.md | 7 +++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d04ecfeb..6fa6ac13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.9.0](https://github.com/PostHog/wizard/compare/v2.8.0...v2.9.0) (2026-04-15) + + +### Features + +* agent harness can run arbitrary workflows ([#385](https://github.com/PostHog/wizard/issues/385)) ([34aa648](https://github.com/PostHog/wizard/commit/34aa6483510dd0f4428beef41618d0e4b6e24fc6)) + ## [2.8.0](https://github.com/PostHog/wizard/compare/v2.7.0...v2.8.0) (2026-04-13) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b01bb60f..6872a3df 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@posthog/wizard", - "version": "2.8.0", + "version": "2.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@posthog/wizard", - "version": "2.8.0", + "version": "2.9.0", "dependencies": { "@anthropic-ai/claude-agent-sdk": "0.2.73", "@inkjs/ui": "^2.0.0", diff --git a/package.json b/package.json index 97e51fab..b24e6294 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@posthog/wizard", - "version": "2.8.0", + "version": "2.9.0", "homepage": "https://github.com/PostHog/wizard", "repository": "https://github.com/PostHog/wizard", "description": "The PostHog wizard helps you to configure your project",