From c1c2181c859a696b067d78d054fd91b90196c279 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 19:23:58 +0000 Subject: [PATCH 1/3] release: 3.10.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4d78a8d7..de9c3503 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.9.0" + ".": "3.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 066edb10..e0f50475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ 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/). +## [3.10.0](https://github.com/smithery-ai/cli/compare/v3.9.0...v3.10.0) (2026-02-04) + + +### Features + +* add comprehensive Smithery CLI skill [SMI-1367] ([#562](https://github.com/smithery-ai/cli/issues/562)) ([04ace79](https://github.com/smithery-ai/cli/commit/04ace79f9ceba978015e1882c302055028f90493)) +* add logout command to remove all local credentials ([#574](https://github.com/smithery-ai/cli/issues/574)) ([1d6db88](https://github.com/smithery-ai/cli/commit/1d6db88c2e315a04db44001b97b165f65aaf64ee)) +* add skills review and vote commands ([#568](https://github.com/smithery-ai/cli/issues/568)) ([9251cfd](https://github.com/smithery-ai/cli/commit/9251cfdd4b400667e6193d0ba2b23f12c318ee94)) +* redesign skills review and vote CLI with gh-style commands ([#572](https://github.com/smithery-ai/cli/issues/572)) ([6463e37](https://github.com/smithery-ai/cli/commit/6463e37383b8b8d86d8ee286ca819f1b3b135e8d)) + + +### Refactors + +* use @smithery/api client for skills reviews ([#570](https://github.com/smithery-ai/cli/issues/570)) ([38957aa](https://github.com/smithery-ai/cli/commit/38957aa44b38e6c62390ffbc8c1aa25540e80bb1)) + ## [3.9.1](https://github.com/smithery-ai/cli/compare/v3.9.0...v3.9.1) (2026-02-05) ### Changed From a48bd61d285b12f4316aa67167545ed2029359fa Mon Sep 17 00:00:00 2001 From: Anirudh Kamath Date: Wed, 4 Feb 2026 14:27:21 -0500 Subject: [PATCH 2/3] empty commit to trigger GHA --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc7e8728..666e565b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Smithery CLI [![NPM Version](https://img.shields.io/npm/v/%40smithery%2Fcli)](https://www.npmjs.com/package/@smithery/cli) [![NPM Downloads](https://img.shields.io/npm/dt/%40smithery%2Fcli)](https://www.npmjs.com/package/@smithery/cli) -CLI for installing MCP servers and managing cloud connections via [Smithery](https://smithery.ai). +CLI for installing MCP servers and managing cloud connections via [Smithery](https://smithery.ai) ## Installation From 804ea3da8e4eb4408b4a0d4b86d0c3f9963ec50c Mon Sep 17 00:00:00 2001 From: Anirudh Kamath Date: Wed, 4 Feb 2026 14:27:36 -0500 Subject: [PATCH 3/3] undo empty commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 666e565b..cc7e8728 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Smithery CLI [![NPM Version](https://img.shields.io/npm/v/%40smithery%2Fcli)](https://www.npmjs.com/package/@smithery/cli) [![NPM Downloads](https://img.shields.io/npm/dt/%40smithery%2Fcli)](https://www.npmjs.com/package/@smithery/cli) -CLI for installing MCP servers and managing cloud connections via [Smithery](https://smithery.ai) +CLI for installing MCP servers and managing cloud connections via [Smithery](https://smithery.ai). ## Installation