diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ddfa3e3..8ad7375 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.11.1" + ".": "0.11.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c199d05..0509b27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.11.2 (2025-11-13) + +Full Changelog: [v0.11.1...v0.11.2](https://github.com/landing-ai/ade-typescript/compare/v0.11.1...v0.11.2) + +### Chores + +* **mcp:** upgrade jq-web ([54124f5](https://github.com/landing-ai/ade-typescript/commit/54124f50126eb4725df1a6516c841d55dc5cc2e3)) + ## 0.11.1 (2025-11-13) Full Changelog: [v0.11.0...v0.11.1](https://github.com/landing-ai/ade-typescript/compare/v0.11.0...v0.11.1) diff --git a/package.json b/package.json index 982272e..0af87ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "landingai-ade", - "version": "0.11.1", + "version": "0.11.2", "description": "The official TypeScript library for the LandingAI ADE API", "author": "LandingAI ADE ", "types": "dist/index.d.ts", diff --git a/packages/mcp-server/package.json b/packages/mcp-server/package.json index 72a37dc..36a7a4a 100644 --- a/packages/mcp-server/package.json +++ b/packages/mcp-server/package.json @@ -1,6 +1,6 @@ { "name": "landingai-ade-mcp", - "version": "0.11.1", + "version": "0.11.2", "description": "The official MCP Server for the LandingAI ADE API", "author": "LandingAI ADE ", "types": "dist/index.d.ts", @@ -37,7 +37,7 @@ "cors": "^2.8.5", "express": "^5.1.0", "fuse.js": "^7.1.0", - "jq-web": "https://github.com/stainless-api/jq-web/releases/download/v0.8.6/jq-web.tar.gz", + "jq-web": "https://github.com/stainless-api/jq-web/releases/download/v0.8.8/jq-web.tar.gz", "qs": "^6.14.0", "typescript": "5.8.3", "yargs": "^17.7.2", diff --git a/packages/mcp-server/src/server.ts b/packages/mcp-server/src/server.ts index 4de0824..88b5794 100644 --- a/packages/mcp-server/src/server.ts +++ b/packages/mcp-server/src/server.ts @@ -34,7 +34,7 @@ export const newMcpServer = () => new McpServer( { name: 'LandingAI_ade_api', - version: '0.11.1', + version: '0.11.2', }, { capabilities: { tools: {}, logging: {} } }, ); diff --git a/packages/mcp-server/yarn.lock b/packages/mcp-server/yarn.lock index 966d057..2bb21c6 100644 --- a/packages/mcp-server/yarn.lock +++ b/packages/mcp-server/yarn.lock @@ -2494,9 +2494,9 @@ jest@^29.4.0: import-local "^3.0.2" jest-cli "^29.7.0" -"jq-web@https://github.com/stainless-api/jq-web/releases/download/v0.8.6/jq-web.tar.gz": - version "0.8.6" - resolved "https://github.com/stainless-api/jq-web/releases/download/v0.8.6/jq-web.tar.gz#14d0e126987736e82e964d675c3838b5944faa6f" +"jq-web@https://github.com/stainless-api/jq-web/releases/download/v0.8.8/jq-web.tar.gz": + version "0.8.8" + resolved "https://github.com/stainless-api/jq-web/releases/download/v0.8.8/jq-web.tar.gz#7849ef64bdfc28f70cbfc9888f886860e96da10d" js-tokens@^4.0.0: version "4.0.0" diff --git a/src/version.ts b/src/version.ts index 945825f..b818b4c 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.11.1'; // x-release-please-version +export const VERSION = '0.11.2'; // x-release-please-version