Skip to content

Commit 92ca871

Browse files
committed
Bump version to v1.0.2
1 parent 815d90f commit 92ca871

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.0.2](https://github.com/mcpdotdirect/starknet-mcp-server/compare/v1.0.1...v1.0.2) (2025-03-23)
2+
3+
4+
### Bug Fixes
5+
6+
* fixed binary to be executable with npx ([c810436](https://github.com/mcpdotdirect/starknet-mcp-server/commit/c810436b858475fd0f5b58af80a8790eadef8898))
7+
8+
9+
110
## [1.0.1](https://github.com/mcpdotdirect/starknet-mcp-server/compare/v1.0.0...v1.0.1) (2025-03-23)
211

312

package.json

+1-1
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": "1.0.1",
5+
"version": "1.0.2",
66
"description": "Model Context Protocol (MCP) server for interacting with Starknet",
77
"private": false,
88
"main": "build/index.js",

0 commit comments

Comments
 (0)