Skip to content

Commit 1aac9a9

Browse files
release: 0.1.0
1 parent 691249c commit 1aac9a9

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-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-
".": "0.0.20"
2+
".": "0.1.0"
33
}

CHANGELOG.md

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

3+
## 0.1.0 (2025-12-18)
4+
5+
Full Changelog: [v0.0.20...v0.1.0](https://github.com/whopio/whopsdk-typescript/compare/v0.0.20...v0.1.0)
6+
7+
### Features
8+
9+
* **api:** api update ([691249c](https://github.com/whopio/whopsdk-typescript/commit/691249c3a8217355d720a1a4b7cd9bdfb4137546))
10+
* **api:** api update ([9935b0a](https://github.com/whopio/whopsdk-typescript/commit/9935b0ae7cfedb82289e184593183ba31d364088))
11+
12+
13+
### Bug Fixes
14+
15+
* **mcp:** pass base url to code tool ([153ba08](https://github.com/whopio/whopsdk-typescript/commit/153ba08aa6aee3b6d4be7742c469cf0d1b324411))
16+
317
## 0.0.20 (2025-12-16)
418

519
Full Changelog: [v0.0.19...v0.0.20](https://github.com/whopio/whopsdk-typescript/compare/v0.0.19...v0.0.20)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@whop/sdk",
3-
"version": "0.0.20",
3+
"version": "0.1.0",
44
"description": "The official TypeScript library for the Whop API",
55
"author": "Whop <>",
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": "@whop/mcp",
3-
"version": "0.0.20",
3+
"version": "0.1.0",
44
"description": "The official MCP Server for the Whop API",
55
"author": "Whop <>",
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
@@ -34,7 +34,7 @@ export const newMcpServer = () =>
3434
new McpServer(
3535
{
3636
name: 'whop_sdk_api',
37-
version: '0.0.20',
37+
version: '0.1.0',
3838
},
3939
{ capabilities: { tools: {}, logging: {} } },
4040
);

src/version.ts

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

0 commit comments

Comments
 (0)