From e277e5d8a9678ea75bc6223fdc21736f7c94d741 Mon Sep 17 00:00:00 2001 From: "releaser-wizard[bot]" <251022448+releaser-wizard[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 17:33:06 +0000 Subject: [PATCH] chore(main): release 1.32.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e296b..f9ffccf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.32.1](https://github.com/PostHog/wizard/compare/v1.32.0...v1.32.1) (2026-02-12) + + +### Bug Fixes + +* don't show the entire conversation in error message ([#273](https://github.com/PostHog/wizard/issues/273)) ([1cb52eb](https://github.com/PostHog/wizard/commit/1cb52ebd7dd67f2b2839c65b2920e19cc8816215)) + ## [1.32.0](https://github.com/PostHog/wizard/compare/v1.31.2...v1.32.0) (2026-02-10) diff --git a/package.json b/package.json index 223c04c..192d722 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@posthog/wizard", - "version": "1.32.0", + "version": "1.32.1", "homepage": "https://github.com/PostHog/wizard", "repository": "https://github.com/PostHog/wizard", "description": "The PostHog wizard helps you to configure your project",