diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fe1cb69..18e1470 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.7.0" + ".": "4.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f4825e7..cfe6d03 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.1](https://github.com/smithery-ai/cli/compare/v4.7.0...v4.7.1) (2026-03-18) + + +### Bug Fixes + +* don't prompt to install keytar on logout (SMI-1615) ([#699](https://github.com/smithery-ai/cli/issues/699)) ([918ac0c](https://github.com/smithery-ai/cli/commit/918ac0ca6067f48276bf45a8c25f2566e673ea32)) + ## [4.7.0](https://github.com/smithery-ai/cli/compare/v4.6.0...v4.7.0) (2026-03-13) diff --git a/package.json b/package.json index be6438d..8008d48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smithery/cli", - "version": "4.7.0", + "version": "4.7.1", "type": "module", "private": false, "homepage": "https://smithery.ai/",