Skip to content

Commit 9b862eb

Browse files
release: 0.4.4
1 parent 819033c commit 9b862eb

7 files changed

Lines changed: 14 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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.4.4 (2026-04-02)
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:** support type annotations when running MCP in local execution mode ([819033c](https://github.com/formbricks/hub-typescript/commit/819033cee84aa1b4834cbff913c01b3ec5ce7655))
10+
311
## 0.4.3 (2026-04-01)
412

513
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)