From f1972e93edd2c1f9ed980141b8a9876a03dad521 Mon Sep 17 00:00:00 2001 From: "releaser-wizard[bot]" <251022448+releaser-wizard[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 16:18:23 +0000 Subject: [PATCH] chore(main): release 1.27.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32b47e3..64929b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.27.1](https://github.com/PostHog/wizard/compare/v1.27.0...v1.27.1) (2026-01-20) + + +### Bug Fixes + +* Resilience to Agent SDK cleanup burps ([#231](https://github.com/PostHog/wizard/issues/231)) ([7572038](https://github.com/PostHog/wizard/commit/75720385542293d3a0114415edc3fe5582fbb377)) + ## [1.27.0](https://github.com/PostHog/wizard/compare/v1.26.0...v1.27.0) (2026-01-19) diff --git a/package.json b/package.json index daeba2c..b15621b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@posthog/wizard", - "version": "1.27.0", + "version": "1.27.1", "homepage": "https://github.com/PostHog/wizard", "repository": "https://github.com/PostHog/wizard", "description": "The PostHog wizard helps you to configure your project",