Skip to content

Commit 9bc674b

Browse files
release: 1.0.1 (#757)
Automated Release PR --- ## [1.0.1](v1.0.0...v1.0.1) (2026-05-03) ### Bug Fixes * **mcp add:** resume setup when re-adding incomplete connection ([#756](#756)) ([ddaa2c0](ddaa2c0)) ### Refactors * **trigger:** align CLI with MCP Events spec, hide from main help ([#758](#758)) ([6e4e0f0](6e4e0f0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: smithery-chore-bot[bot] <259537197+smithery-chore-bot[bot]@users.noreply.github.com>
1 parent 6e4e0f0 commit 9bc674b

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.0.1"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77

8+
## [1.0.1](https://github.com/smithery-ai/cli/compare/v1.0.0...v1.0.1) (2026-05-03)
9+
10+
11+
### Bug Fixes
12+
13+
* **mcp add:** resume setup when re-adding incomplete connection ([#756](https://github.com/smithery-ai/cli/issues/756)) ([ddaa2c0](https://github.com/smithery-ai/cli/commit/ddaa2c07a5b93c1ab6fcf5e5782df4d3c0ee0296))
14+
15+
16+
### Refactors
17+
18+
* **trigger:** align CLI with MCP Events spec, hide from main help ([#758](https://github.com/smithery-ai/cli/issues/758)) ([6e4e0f0](https://github.com/smithery-ai/cli/commit/6e4e0f0b716b1d3b1c6682b0397a8c8005552369))
19+
820
## [1.0.0](https://github.com/smithery-ai/cli/compare/v1.0.0...v1.0.0) (2026-05-01)
921

1022

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smithery",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"type": "module",
55
"private": false,
66
"homepage": "https://smithery.ai/",

0 commit comments

Comments
 (0)