diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9b599bf..e1d3337 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.7.2" + ".": "4.7.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b009cd..72581bf 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.3](https://github.com/smithery-ai/cli/compare/v4.7.2...v4.7.3) (2026-03-18) + + +### Bug Fixes + +* agent-friendly publish, install, and search commands (SMI-1549, [#680](https://github.com/smithery-ai/cli/issues/680)) ([#704](https://github.com/smithery-ai/cli/issues/704)) ([4872b6c](https://github.com/smithery-ai/cli/commit/4872b6c51661076d0c31402d48d46297aa125876)) + ## [4.7.2](https://github.com/smithery-ai/cli/compare/v4.7.1...v4.7.2) (2026-03-18) diff --git a/package.json b/package.json index a9830c9..6f6af8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smithery/cli", - "version": "4.7.2", + "version": "4.7.3", "type": "module", "private": false, "homepage": "https://smithery.ai/",