Skip to content

Commit 9e9b4ea

Browse files
release: 2.6.1
1 parent 33b1db2 commit 9e9b4ea

6 files changed

Lines changed: 22 additions & 5 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-
".": "2.6.0"
2+
".": "2.6.1"
33
}

CHANGELOG.md

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

3+
## 2.6.1 (2025-11-04)
4+
5+
Full Changelog: [v2.6.0...v2.6.1](https://github.com/img-processing/node-sdk/compare/v2.6.0...v2.6.1)
6+
7+
### Bug Fixes
8+
9+
* **mcpb:** pin @anthropic-ai/mcpb version ([875a63a](https://github.com/img-processing/node-sdk/commit/875a63aeb368c3daaca51c9e3c17479c5348ea3b))
10+
11+
12+
### Chores
13+
14+
* extract some types in mcp docs ([026875f](https://github.com/img-processing/node-sdk/commit/026875fe048d24dcd76b614b1bdb2b1d56b88988))
15+
* **internal:** grammar fix (it's -> its) ([86f67a8](https://github.com/img-processing/node-sdk/commit/86f67a8c85cdfe1283c5c22b9eed4ce9f4ffa346))
16+
* **internal:** remove .eslintcache ([3972703](https://github.com/img-processing/node-sdk/commit/3972703e0ca4e9000cdfdbf02cded01ee829cbeb))
17+
* **internal:** use npm pack for build uploads ([f864d68](https://github.com/img-processing/node-sdk/commit/f864d687e5784ee7dcb64a2b19252ce56c6ea35c))
18+
* **jsdoc:** fix [@link](https://github.com/link) annotations to refer only to parts of the package‘s public interface ([bade83b](https://github.com/img-processing/node-sdk/commit/bade83b11bde90ff5d3dd70fc27a9c0212aad9f9))
19+
320
## 2.6.0 (2025-09-30)
421

522
Full Changelog: [v2.5.3...v2.6.0](https://github.com/img-processing/node-sdk/compare/v2.5.3...v2.6.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "img-processing-sdk",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"description": "The official TypeScript library for the Img Processing API",
55
"author": "Img Processing <[email protected]>",
66
"types": "dist/index.d.ts",

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "img-processing-mcp",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"description": "The official MCP Server for the Img Processing API",
55
"author": "Img Processing <[email protected]>",
66
"types": "dist/index.d.ts",

packages/mcp-server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const newMcpServer = () =>
3434
new McpServer(
3535
{
3636
name: 'img_processing_sdk_api',
37-
version: '2.6.0',
37+
version: '2.6.1',
3838
},
3939
{ capabilities: { tools: {}, logging: {} } },
4040
);

src/version.ts

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

0 commit comments

Comments
 (0)