diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cddbaef..d9de04c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 04e6ccd..e0669a4 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/). +## [1.1.1](https://github.com/smithery-ai/cli/compare/v1.1.0...v1.1.1) (2026-05-22) + + +### Chores + +* **cli:** remove smithery skill subcommand (SMI-1682) ([87e196c](https://github.com/smithery-ai/cli/commit/87e196cfdc0f7a46362b44a0075fcadfb5ea11cc)) + ## [1.1.0](https://github.com/smithery-ai/cli/compare/v1.0.1...v1.1.0) (2026-05-06) diff --git a/package.json b/package.json index bc0e3db..59397a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smithery", - "version": "1.1.0", + "version": "1.1.1", "type": "module", "private": false, "homepage": "https://smithery.ai/",