Skip to content

Commit f0f60a6

Browse files
release: 1.14.9
1 parent 4573921 commit f0f60a6

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-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.8"
2+
".": "1.14.9"
33
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

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

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.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",

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.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",

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.8',
24+
version: '1.14.9',
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.8'; // x-release-please-version
1+
export const VERSION = '1.14.9'; // x-release-please-version

0 commit comments

Comments
 (0)