File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.4.1 "
2+ "." : " 0.4.2 "
33}
Original file line number Diff line number Diff line change 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
517Full Changelog: [ v0.4.0...v0.4.1] ( https://github.com/formbricks/hub-typescript/compare/v0.4.0...v0.4.1 )
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 ) ,
Original file line number Diff line number Diff line change 1- export const VERSION = '0.4.1 ' ; // x-release-please-version
1+ export const VERSION = '0.4.2 ' ; // x-release-please-version
You can’t perform that action at this time.
0 commit comments