Skip to content

Commit 22db565

Browse files
release: 0.4.2
1 parent bef048c commit 22db565

7 files changed

Lines changed: 18 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.1"
2+
".": "0.4.2"
33
}

CHANGELOG.md

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

3+
## 0.4.2 (2026-03-11)
4+
5+
Full Changelog: [v0.4.1...v0.4.2](https://github.com/formbricks/hub-typescript/compare/v0.4.1...v0.4.2)
6+
7+
### Chores
8+
9+
* **internal:** codegen related update ([bef048c](https://github.com/formbricks/hub-typescript/commit/bef048c11d2d8004567a333b5f68168db0460f00))
10+
* **internal:** codegen related update ([4662e2b](https://github.com/formbricks/hub-typescript/commit/4662e2bb7cfa8d00158e3d8a38b239eac1bd9f79))
11+
* **internal:** codegen related update ([25c70d4](https://github.com/formbricks/hub-typescript/commit/25c70d401dcd5329a432fc0e3216b107bb7c7c0d))
12+
* **internal:** codegen related update ([ccfb19c](https://github.com/formbricks/hub-typescript/commit/ccfb19c69c183a09986b5c774c6d6d9b126b0c7f))
13+
* **internal:** codegen related update ([6118c55](https://github.com/formbricks/hub-typescript/commit/6118c55b2e0f67343d141a4e7d40aa6229a5c23a))
14+
315
## 0.4.1 (2026-03-10)
416

517
Full Changelog: [v0.4.0...v0.4.1](https://github.com/formbricks/hub-typescript/compare/v0.4.0...v0.4.1)

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.1",
3+
"version": "0.4.2",
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.1",
4+
"version": "0.4.2",
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.1",
3+
"version": "0.4.2",
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
@@ -20,7 +20,7 @@ export const newMcpServer = async (stainlessApiKey: string | undefined) =>
2020
new McpServer(
2121
{
2222
name: 'formbricks_hub_api',
23-
version: '0.4.1',
23+
version: '0.4.2',
2424
},
2525
{
2626
instructions: await getInstructions(stainlessApiKey),

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.1'; // x-release-please-version
1+
export const VERSION = '0.4.2'; // x-release-please-version

0 commit comments

Comments
 (0)