Skip to content

Commit a5d12d9

Browse files
release: 1.14.8
1 parent 6b63c60 commit a5d12d9

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
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.14.7"
2+
".": "1.14.8"
33
}

CHANGELOG.md

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

3+
## 1.14.8 (2026-01-29)
4+
5+
Full Changelog: [v1.14.7...v1.14.8](https://github.com/turbopuffer/turbopuffer-typescript/compare/v1.14.7...v1.14.8)
6+
7+
### Chores
8+
9+
* trigger mcp publish ([64d6cd6](https://github.com/turbopuffer/turbopuffer-typescript/commit/64d6cd69a5ee49166df62b49260d3c3f3d73be2c))
10+
311
## 1.14.7 (2026-01-29)
412

513
Full Changelog: [v1.14.6...v1.14.7](https://github.com/turbopuffer/turbopuffer-typescript/compare/v1.14.6...v1.14.7)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turbopuffer/turbopuffer",
3-
"version": "1.14.7",
3+
"version": "1.14.8",
44
"description": "The official TypeScript library for the Turbopuffer API",
55
"author": "Turbopuffer <info@turbopuffer.com>",
66
"types": "dist/index.d.ts",

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": "@turbopuffer/turbopuffer-mcp",
3-
"version": "1.14.7",
3+
"version": "1.14.8",
44
"description": "The official MCP Server for the Turbopuffer API",
55
"author": "Turbopuffer <info@turbopuffer.com>",
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
@@ -21,7 +21,7 @@ export const newMcpServer = () =>
2121
new McpServer(
2222
{
2323
name: 'turbopuffer_turbopuffer_api',
24-
version: '1.14.7',
24+
version: '1.14.8',
2525
},
2626
{
2727
capabilities: {

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '1.14.7'; // x-release-please-version
1+
export const VERSION = '1.14.8'; // x-release-please-version

0 commit comments

Comments
 (0)