Skip to content

Commit 45dc624

Browse files
committed
chore: bump version to 1.2.2
1 parent 9ba4b8e commit 45dc624

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

notion/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

notion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@suekou/mcp-notion-server",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "MCP server for interacting with Notion API based on Node",
55
"license": "MIT",
66
"author": "Kosuke Suenaga (https://github.com/suekou/mcp-notion-server)",
77
"type": "module",
88
"main": "build/index.js",
99
"bin": {
10-
"mcp-notion-server": "./build/index.js"
10+
"mcp-notion-server": "build/index.js"
1111
},
1212
"files": [
1313
"build",

0 commit comments

Comments
 (0)