Skip to content

Commit e8bce48

Browse files
release: 1.5.0
1 parent e5ee2d5 commit e8bce48

File tree

7 files changed

+19
-6
lines changed

7 files changed

+19
-6
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-
".": "1.4.0"
2+
".": "1.5.0"
33
}

CHANGELOG.md

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

3+
## 1.5.0 (2026-04-11)
4+
5+
Full Changelog: [v1.4.0...v1.5.0](https://github.com/context-dot-dev/context-typescript-sdk/compare/v1.4.0...v1.5.0)
6+
7+
### Features
8+
9+
* **api:** api update ([e5ee2d5](https://github.com/context-dot-dev/context-typescript-sdk/commit/e5ee2d54006fcd865a8c89865705aaf06183aefe))
10+
11+
12+
### Chores
13+
14+
* **internal:** show error causes in MCP servers when running in local mode ([c68ea4c](https://github.com/context-dot-dev/context-typescript-sdk/commit/c68ea4cf8f32414a6966918313bd4f2032b320e9))
15+
316
## 1.4.0 (2026-04-09)
417

518
Full Changelog: [v1.3.0...v1.4.0](https://github.com/context-dot-dev/context-typescript-sdk/compare/v1.3.0...v1.4.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.4.0",
3+
"version": "1.5.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.4.0",
4+
"version": "1.5.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.4.0",
3+
"version": "1.5.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.4.0',
31+
version: '1.5.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.4.0'; // x-release-please-version
1+
export const VERSION = '1.5.0'; // x-release-please-version

0 commit comments

Comments
 (0)