From 1a3e353cb3def1bd2127b9e9418a1bdc903f699d Mon Sep 17 00:00:00 2001 From: "releaser-wizard[bot]" <251022448+releaser-wizard[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 19:42:52 +0000 Subject: [PATCH] chore(main): release 1.29.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c663d6..78b2d40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.29.0](https://github.com/PostHog/wizard/compare/v1.28.0...v1.29.0) (2026-01-21) + + +### Features + +* flask init support ([#234](https://github.com/PostHog/wizard/issues/234)) ([5fe71fe](https://github.com/PostHog/wizard/commit/5fe71fe73f5003878b80edb1faf812a71eefb5a7)) + ## [1.28.0](https://github.com/PostHog/wizard/compare/v1.27.1...v1.28.0) (2026-01-20) diff --git a/package.json b/package.json index ccaf59d..2c1948a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@posthog/wizard", - "version": "1.28.0", + "version": "1.29.0", "homepage": "https://github.com/PostHog/wizard", "repository": "https://github.com/PostHog/wizard", "description": "The PostHog wizard helps you to configure your project",