Skip to content

Commit 815d90f

Browse files
committed
2 parents c810436 + a47fe5f commit 815d90f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Diff for: CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# 1.0.0 (2025-03-23)
1+
## [1.0.1](https://github.com/mcpdotdirect/starknet-mcp-server/compare/v1.0.0...v1.0.1) (2025-03-23)
2+
3+
4+
### Bug Fixes
5+
6+
* fixed binary to be executable with npx ([19921b3](https://github.com/mcpdotdirect/starknet-mcp-server/commit/19921b34bb37b75f5618227e1b77a1655aa86c5e))
7+
8+
9+
10+
# [1.0.0](https://github.com/mcpdotdirect/starknet-mcp-server/compare/48c4b8d702302850d8b70a29cadd261afdbbda0e...v1.0.0) (2025-03-23)
211

312

413
### Bug Fixes

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

0 commit comments

Comments
 (0)