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",