From 2c1d5e0c072f0c25c58ec988f03930ae7f1c6350 Mon Sep 17 00:00:00 2001 From: "smithery-chore-bot[bot]" <259537197+smithery-chore-bot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 03:47:06 +0000 Subject: [PATCH] release: 4.7.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 18e1470..9b599bf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.7.1" + ".": "4.7.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cfe6d03..1b009cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). +## [4.7.2](https://github.com/smithery-ai/cli/compare/v4.7.1...v4.7.2) (2026-03-18) + + +### Bug Fixes + +* agent-friendly auth login for non-TTY environments (SMI-1627) ([#701](https://github.com/smithery-ai/cli/issues/701)) ([280917c](https://github.com/smithery-ai/cli/commit/280917c5bea8759ac0d8930654ddc584a5b296f0)) + ## [4.7.1](https://github.com/smithery-ai/cli/compare/v4.7.0...v4.7.1) (2026-03-18) diff --git a/package.json b/package.json index 8008d48..a9830c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smithery/cli", - "version": "4.7.1", + "version": "4.7.2", "type": "module", "private": false, "homepage": "https://smithery.ai/",