Skip to content

Commit a13a140

Browse files
release: 0.4.4
1 parent 7e77df7 commit a13a140

7 files changed

Lines changed: 16 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.3"
2+
".": "0.4.4"
33
}

CHANGELOG.md

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

3+
## 0.4.4 (2026-04-07)
4+
5+
Full Changelog: [v0.4.3...v0.4.4](https://github.com/formbricks/hub-typescript/compare/v0.4.3...v0.4.4)
6+
7+
### Chores
8+
9+
* **internal:** fix MCP server import ordering ([7e77df7](https://github.com/formbricks/hub-typescript/commit/7e77df76e3e2b9b28123b82ae38c71e1ba0c2cb2))
10+
* **internal:** support type annotations when running MCP in local execution mode ([819033c](https://github.com/formbricks/hub-typescript/commit/819033cee84aa1b4834cbff913c01b3ec5ce7655))
11+
* **mcp-server:** log client info ([8683d8c](https://github.com/formbricks/hub-typescript/commit/8683d8ce060bcaf64f11948f726fc7c58049c5eb))
12+
313
## 0.4.3 (2026-04-01)
414

515
Full Changelog: [v0.4.2...v0.4.3](https://github.com/formbricks/hub-typescript/compare/v0.4.2...v0.4.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formbricks/hub",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "The official TypeScript library for the Formbricks Hub API",
55
"author": "Formbricks Hub <hola@formbricks.com>",
66
"types": "dist/index.d.ts",

packages/mcp-server/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dxt_version": "0.2",
33
"name": "@formbricks/hub-mcp",
4-
"version": "0.4.3",
4+
"version": "0.4.4",
55
"description": "The official MCP Server for the Formbricks Hub API",
66
"author": {
77
"name": "Formbricks Hub",

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": "@formbricks/hub-mcp",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "The official MCP Server for the Formbricks Hub API",
55
"author": "Formbricks Hub <hola@formbricks.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
@@ -28,7 +28,7 @@ export const newMcpServer = async ({
2828
new McpServer(
2929
{
3030
name: 'formbricks_hub_api',
31-
version: '0.4.3',
31+
version: '0.4.4',
3232
},
3333
{
3434
instructions: await getInstructions({ stainlessApiKey, customInstructionsPath }),

src/version.ts

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

0 commit comments

Comments
 (0)