File tree Expand file tree Collapse file tree 6 files changed +9
-5
lines changed
Expand file tree Collapse file tree 6 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.14.8 "
2+ "." : " 1.14.9 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.14.9 (2026-02-01)
4+
5+ Full Changelog: [ v1.14.8...v1.14.9] ( https://github.com/turbopuffer/turbopuffer-typescript/compare/v1.14.8...v1.14.9 )
6+
37## 1.14.8 (2026-01-29)
48
59Full Changelog: [ v1.14.7...v1.14.8] ( https://github.com/turbopuffer/turbopuffer-typescript/compare/v1.14.7...v1.14.8 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @turbopuffer/turbopuffer" ,
3- "version" : " 1.14.8 " ,
3+ "version" : " 1.14.9 " ,
44 "description" : " The official TypeScript library for the Turbopuffer API" ,
55 "author" : " Turbopuffer <info@turbopuffer.com>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @turbopuffer/turbopuffer-mcp" ,
3- "version" : " 1.14.8 " ,
3+ "version" : " 1.14.9 " ,
44 "description" : " The official MCP Server for the Turbopuffer API" ,
55 "author" : " Turbopuffer <info@turbopuffer.com>" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export const newMcpServer = () =>
2121 new McpServer (
2222 {
2323 name : 'turbopuffer_turbopuffer_api' ,
24- version : '1.14.8 ' ,
24+ version : '1.14.9 ' ,
2525 } ,
2626 {
2727 capabilities : {
Original file line number Diff line number Diff line change 1- export const VERSION = '1.14.8 ' ; // x-release-please-version
1+ export const VERSION = '1.14.9 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments