File tree Expand file tree Collapse file tree 7 files changed +15
-6
lines changed
Expand file tree Collapse file tree 7 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.2 .0"
2+ "." : " 0.3 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.3.0 (2026-03-18)
4+
5+ Full Changelog: [ v0.2.0...v0.3.0] ( https://github.com/brand-dot-dev/context-typescript-sdk/compare/v0.2.0...v0.3.0 )
6+
7+ ### Features
8+
9+ * ** api:** api update ([ dc135a5] ( https://github.com/brand-dot-dev/context-typescript-sdk/commit/dc135a5c4a01de856d7ee19efa958af62ff4e132 ) )
10+ * ** api:** manual updates ([ 6f77533] ( https://github.com/brand-dot-dev/context-typescript-sdk/commit/6f77533b4bdf4ca48092d378f883d01f8142a779 ) )
11+
312## 0.2.0 (2026-03-18)
413
514Full Changelog: [ v0.1.0...v0.2.0] ( https://github.com/brand-dot-dev/context-typescript-sdk/compare/v0.1.0...v0.2.0 )
Original file line number Diff line number Diff line change 11{
22 "name" : " context.dev" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 0.3 .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" ,
Original file line number Diff line number Diff line change 11{
22 "dxt_version" : " 0.2" ,
33 "name" : " context.dev-mcp" ,
4- "version" : " 0.2 .0" ,
4+ "version" : " 0.3 .0" ,
55 "description" : " The official MCP Server for the Context Dev API" ,
66 "author" : {
77 "name" : " Context Dev" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " context.dev-mcp" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 0.3 .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" ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export const newMcpServer = async (stainlessApiKey: string | undefined) =>
2020 new McpServer (
2121 {
2222 name : 'context_dev_api' ,
23- version : '0.2 .0' ,
23+ version : '0.3 .0' ,
2424 } ,
2525 {
2626 instructions : await getInstructions ( stainlessApiKey ) ,
Original file line number Diff line number Diff line change 1- export const VERSION = '0.2 .0' ; // x-release-please-version
1+ export const VERSION = '0.3 .0' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments