Skip to content

Commit 1c3db66

Browse files
authored
Merge pull request #145 from imagekit-developer/release-please--branches--master--changes--next--components--nodejs
release: 7.6.1
2 parents 69c37ad + 67cd6c6 commit 1c3db66

10 files changed

Lines changed: 79 additions & 60 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-
".": "7.6.0"
2+
".": "7.6.1"
33
}

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 47
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc/imagekit-ad6dd3b4acf289708568a12574b997503059a47c4a4ca5ffefe64f40f3d3dbf3.yml
3-
openapi_spec_hash: 7c103e2dff0edcbeea82057e62f58d4d
4-
config_hash: 94f48fd13b7d41b8b6a203a3a8cee9ed
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/imagekit-inc/imagekit-b9cc1f62fca41c286295001551cbe902d6b2f30ab775d84e549eb5affc0186ec.yml
3+
openapi_spec_hash: f3790446521a8f846e2e7249313de100
4+
config_hash: c5a7aed248c5d9ad5cd42e56fdd62c12

CHANGELOG.md

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

3+
## 7.6.1 (2026-05-17)
4+
5+
Full Changelog: [v7.6.0...v7.6.1](https://github.com/imagekit-developer/imagekit-nodejs/compare/v7.6.0...v7.6.1)
6+
7+
### Chores
8+
9+
* update SDK settings ([7f44903](https://github.com/imagekit-developer/imagekit-nodejs/commit/7f44903b3a01531d17dcf8d4b9270ecd9de070a8))
10+
11+
12+
### Documentation
13+
14+
* make linter happy ([7d0db8a](https://github.com/imagekit-developer/imagekit-nodejs/commit/7d0db8a88389830f06bbea11aab561f074a45683))
15+
16+
17+
### Build System
18+
19+
* change dotnet package name ([9161f99](https://github.com/imagekit-developer/imagekit-nodejs/commit/9161f99f561250b11b4535a328469bb5737cb4b8))
20+
321
## 7.6.0 (2026-05-13)
422

523
Full Changelog: [v7.5.0...v7.6.0](https://github.com/imagekit-developer/imagekit-nodejs/compare/v7.5.0...v7.6.0)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ This repository also includes a separate **Model Context Protocol (MCP) server**
5353
> **Important Note on Versioning:** The MCP server package (`@imagekit/api-mcp`) is maintained within this monorepo and shares the same version number as the main Node.js SDK. **However, semantic versioning for this repository is determined solely based on changes to the Node.js SDK (`@imagekit/nodejs`).** This means the MCP server package may contain breaking changes in minor or patch releases, as its versioning does not follow independent semantic versioning conventions. If you use the MCP server package, always review the [CHANGELOG](CHANGELOG.md) to understand what has changed before upgrading.
5454
5555
For detailed installation instructions, usage examples, and documentation about the MCP server, please visit:
56+
5657
- **MCP Server Documentation:** [https://imagekit.io/docs/mcp-server](https://imagekit.io/docs/mcp-server)
5758
- **Package README:** [packages/mcp-server/README.md](packages/mcp-server/README.md)
5859

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@imagekit/nodejs",
3-
"version": "7.6.0",
3+
"version": "7.6.1",
44
"description": "Offical NodeJS SDK for ImageKit.io integration",
55
"author": "Image Kit <developer@imagekit.io>",
66
"types": "dist/index.d.ts",

packages/mcp-server/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dxt_version": "0.2",
33
"name": "@imagekit/api-mcp",
4-
"version": "7.6.0",
4+
"version": "7.6.1",
55
"description": "The official MCP Server for the Image Kit API",
66
"author": {
77
"name": "Image Kit",

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": "@imagekit/api-mcp",
3-
"version": "7.6.0",
3+
"version": "7.6.1",
44
"description": "The official MCP Server for the Image Kit API",
55
"author": "Image Kit <developer@imagekit.io>",
66
"types": "dist/index.d.ts",

packages/mcp-server/src/local-docs-search.ts

Lines changed: 51 additions & 51 deletions
Large diffs are not rendered by default.

packages/mcp-server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const newMcpServer = async ({
2828
new McpServer(
2929
{
3030
name: 'imagekit_nodejs_api',
31-
version: '7.6.0',
31+
version: '7.6.1',
3232
},
3333
{
3434
instructions: await getInstructions({ stainlessApiKey, customInstructionsPath }),

src/version.ts

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

0 commit comments

Comments
 (0)