File tree Expand file tree Collapse file tree 7 files changed +14
-6
lines changed
Expand file tree Collapse file tree 7 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.16.1 "
2+ "." : " 0.16.2 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.16.2 (2026-03-14)
4+
5+ Full Changelog: [ v0.16.1...v0.16.2] ( https://github.com/sentdm/sent-dm-typescript/compare/v0.16.1...v0.16.2 )
6+
7+ ### Chores
8+
9+ * ** internal:** update lockfile ([ 588523b] ( https://github.com/sentdm/sent-dm-typescript/commit/588523b9b0d8220bd2f9e75c13612b9a92bd2346 ) )
10+
311## 0.16.1 (2026-03-12)
412
513Full Changelog: [ v0.16.0...v0.16.1] ( https://github.com/sentdm/sent-dm-typescript/compare/v0.16.0...v0.16.1 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @sentdm/sentdm" ,
3- "version" : " 0.16.1 " ,
3+ "version" : " 0.16.2 " ,
44 "description" : " The official TypeScript library for the Sent Dm API" ,
55 "author" : " Sent Dm <support@sent.dm>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "dxt_version" : " 0.2" ,
33 "name" : " @sentdm/sentdm-mcp" ,
4- "version" : " 0.16.1 " ,
4+ "version" : " 0.16.2 " ,
55 "description" : " The official MCP Server for the Sent Dm API" ,
66 "author" : {
77 "name" : " Sent Dm" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @sentdm/sentdm-mcp" ,
3- "version" : " 0.16.1 " ,
3+ "version" : " 0.16.2 " ,
44 "description" : " The official MCP Server for the Sent Dm API" ,
55 "author" : " Sent Dm <support@sent.dm>" ,
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 : 'sentdm_sentdm_api' ,
23- version : '0.16.1 ' ,
23+ version : '0.16.2 ' ,
2424 } ,
2525 {
2626 instructions : await getInstructions ( stainlessApiKey ) ,
Original file line number Diff line number Diff line change 1- export const VERSION = '0.16.1 ' ; // x-release-please-version
1+ export const VERSION = '0.16.2 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments