From a9c255ad6fb467c44214bd7e5f47aaae3b860dc2 Mon Sep 17 00:00:00 2001 From: "releaser-wizard[bot]" <251022448+releaser-wizard[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 00:35:04 +0000 Subject: [PATCH] chore(main): release 2.6.3 --- 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 bd41e6d..d1ca8a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.6.3](https://github.com/PostHog/wizard/compare/v2.6.2...v2.6.3) (2026-04-02) + + +### Bug Fixes + +* wire up readApiKeyFromEnv to session builder ([#363](https://github.com/PostHog/wizard/issues/363)) ([752cb2f](https://github.com/PostHog/wizard/commit/752cb2fe552d4749c3b908831b0877176f6a9a93)) + ## [2.6.2](https://github.com/PostHog/wizard/compare/v2.6.1...v2.6.2) (2026-04-01) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c3c95a0..bcea759 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@posthog/wizard", - "version": "2.6.2", + "version": "2.6.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@posthog/wizard", - "version": "2.6.2", + "version": "2.6.3", "dependencies": { "@anthropic-ai/claude-agent-sdk": "0.2.73", "@inkjs/ui": "^2.0.0", diff --git a/package.json b/package.json index ed3632d..88f1879 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@posthog/wizard", - "version": "2.6.2", + "version": "2.6.3", "homepage": "https://github.com/PostHog/wizard", "repository": "https://github.com/PostHog/wizard", "description": "The PostHog wizard helps you to configure your project",