Skip to content

Commit 09672c1

Browse files
release: 0.57.1
1 parent c702989 commit 09672c1

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.57.1 (2026-04-09)
4+
5+
Full Changelog: [v0.57.0...v0.57.1](https://github.com/smithery-ai/typescript-api/compare/v0.57.0...v0.57.1)
6+
7+
### Chores
8+
9+
* **internal:** codegen related update ([c702989](https://github.com/smithery-ai/typescript-api/commit/c70298927281f4d14fd0eef28f3f164b8595444e))
10+
311
## 0.57.0 (2026-04-06)
412

513
Full Changelog: [v0.56.2...v0.57.0](https://github.com/smithery-ai/typescript-api/compare/v0.56.2...v0.57.0)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smithery/api",
3-
"version": "0.57.0",
3+
"version": "0.57.1",
44
"description": "The official TypeScript library for the Smithery API",
55
"author": "Smithery <contact@smithery.ai>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.57.0'; // x-release-please-version
1+
export const VERSION = '0.57.1'; // x-release-please-version

0 commit comments

Comments
 (0)