Skip to content

Commit 3bd04e5

Browse files
release: 1.4.0
1 parent 00211db commit 3bd04e5

7 files changed

Lines changed: 23 additions & 6 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-
".": "1.3.0"
2+
".": "1.4.0"
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+
## 1.4.0 (2026-04-09)
4+
5+
Full Changelog: [v1.3.0...v1.4.0](https://github.com/context-dot-dev/context-typescript-sdk/compare/v1.3.0...v1.4.0)
6+
7+
### Features
8+
9+
* **api:** api update ([00211db](https://github.com/context-dot-dev/context-typescript-sdk/commit/00211dbdc84a2167ac49ce7cedacb28c7743d8af))
10+
* **api:** api update ([d4416f9](https://github.com/context-dot-dev/context-typescript-sdk/commit/d4416f9292d9a8ae6c2016d01731d0441fab59c2))
11+
* **api:** api update ([78842c0](https://github.com/context-dot-dev/context-typescript-sdk/commit/78842c0a3533c40e1937fb78841013c9cc85925a))
12+
13+
14+
### Chores
15+
16+
* **internal:** codegen related update ([14914b3](https://github.com/context-dot-dev/context-typescript-sdk/commit/14914b3fd7dbf78eb0a07dc16e33dfeeda6f2d31))
17+
* **internal:** fix MCP server import ordering ([642d570](https://github.com/context-dot-dev/context-typescript-sdk/commit/642d570ff5484b1f5a0a36692ee525e741703efc))
18+
* **mcp-server:** increase local docs search result count from 5 to 10 ([679128a](https://github.com/context-dot-dev/context-typescript-sdk/commit/679128abd18b28aac48c144d75868ea3f067bbaf))
19+
320
## 1.3.0 (2026-04-04)
421

522
Full Changelog: [v1.2.0...v1.3.0](https://github.com/context-dot-dev/context-typescript-sdk/compare/v1.2.0...v1.3.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "context.dev",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "The official TypeScript library for the Context Dev API",
55
"author": "Context Dev <hello@context.dev>",
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": "context.dev-mcp",
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"description": "The official MCP Server for the Context Dev API",
66
"author": {
77
"name": "Context Dev",

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": "context.dev-mcp",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "The official MCP Server for the Context Dev API",
55
"author": "Context Dev <hello@context.dev>",
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
@@ -28,7 +28,7 @@ export const newMcpServer = async ({
2828
new McpServer(
2929
{
3030
name: 'context_dev_api',
31-
version: '1.3.0',
31+
version: '1.4.0',
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 = '1.3.0'; // x-release-please-version
1+
export const VERSION = '1.4.0'; // x-release-please-version

0 commit comments

Comments
 (0)