Skip to content

Commit 2d1b4f9

Browse files
authored
Merge pull request #29 from landing-ai/release-please--branches--main--changes--next--components--landingai-ade
release: 1.0.0
2 parents 1661a42 + d83a28b commit 2d1b4f9

File tree

7 files changed

+17
-9
lines changed

7 files changed

+17
-9
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.11.1"
2+
".": "0.11.2"
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.11.2 (2025-11-13)
4+
5+
Full Changelog: [v0.11.1...v0.11.2](https://github.com/landing-ai/ade-typescript/compare/v0.11.1...v0.11.2)
6+
7+
### Chores
8+
9+
* **mcp:** upgrade jq-web ([54124f5](https://github.com/landing-ai/ade-typescript/commit/54124f50126eb4725df1a6516c841d55dc5cc2e3))
10+
311
## 0.11.1 (2025-11-13)
412

513
Full Changelog: [v0.11.0...v0.11.1](https://github.com/landing-ai/ade-typescript/compare/v0.11.0...v0.11.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "landingai-ade",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"description": "The official TypeScript library for the LandingAI ADE API",
55
"author": "LandingAI ADE <[email protected]>",
66
"types": "dist/index.d.ts",

packages/mcp-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "landingai-ade-mcp",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"description": "The official MCP Server for the LandingAI ADE API",
55
"author": "LandingAI ADE <[email protected]>",
66
"types": "dist/index.d.ts",
@@ -37,7 +37,7 @@
3737
"cors": "^2.8.5",
3838
"express": "^5.1.0",
3939
"fuse.js": "^7.1.0",
40-
"jq-web": "https://github.com/stainless-api/jq-web/releases/download/v0.8.6/jq-web.tar.gz",
40+
"jq-web": "https://github.com/stainless-api/jq-web/releases/download/v0.8.8/jq-web.tar.gz",
4141
"qs": "^6.14.0",
4242
"typescript": "5.8.3",
4343
"yargs": "^17.7.2",

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: 'LandingAI_ade_api',
37-
version: '0.11.1',
37+
version: '0.11.2',
3838
},
3939
{ capabilities: { tools: {}, logging: {} } },
4040
);

packages/mcp-server/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2494,9 +2494,9 @@ jest@^29.4.0:
24942494
import-local "^3.0.2"
24952495
jest-cli "^29.7.0"
24962496

2497-
"jq-web@https://github.com/stainless-api/jq-web/releases/download/v0.8.6/jq-web.tar.gz":
2498-
version "0.8.6"
2499-
resolved "https://github.com/stainless-api/jq-web/releases/download/v0.8.6/jq-web.tar.gz#14d0e126987736e82e964d675c3838b5944faa6f"
2497+
"jq-web@https://github.com/stainless-api/jq-web/releases/download/v0.8.8/jq-web.tar.gz":
2498+
version "0.8.8"
2499+
resolved "https://github.com/stainless-api/jq-web/releases/download/v0.8.8/jq-web.tar.gz#7849ef64bdfc28f70cbfc9888f886860e96da10d"
25002500

25012501
js-tokens@^4.0.0:
25022502
version "4.0.0"

src/version.ts

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

0 commit comments

Comments
 (0)