Skip to content

Commit b5992cc

Browse files
committed
Bump version to v1.0.0
1 parent 08ce7a8 commit b5992cc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# 1.0.0 (2025-03-22)
1+
# 1.0.0 (2025-03-23)
22

33

44
### Bug Fixes
55

6+
* fixed StarknetID integration and contratcs interactions ([562e71e](https://github.com/mcpdotdirect/starknet-mcp-server/commit/562e71e9fcef2b2bc33effeaeb6f37210afcfc23))
7+
* fixed tools, using human readable format for amounts instead of wei ([93551d3](https://github.com/mcpdotdirect/starknet-mcp-server/commit/93551d367ce686403959aab85f05c9bcfed8bd1d))
68
* fixing bugs // WIP ([93bcad9](https://github.com/mcpdotdirect/starknet-mcp-server/commit/93bcad9016198ee2f4f830a5239afa144485ee7e))
79

810

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@mcpdotdirect/starknet-mcp-server",
33
"module": "src/index.ts",
44
"type": "module",
5-
"version": "0.0.0",
5+
"version": "1.0.0",
66
"description": "Model Context Protocol (MCP) server for interacting with Starknet",
77
"private": false,
88
"main": "build/index.js",
@@ -72,4 +72,4 @@
7272
"publishConfig": {
7373
"access": "public"
7474
}
75-
}
75+
}

0 commit comments

Comments
 (0)