Skip to content

Commit 8898120

Browse files
committed
v1.3.0
1 parent 76f657b commit 8898120

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/publish-github-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
packages: write
3030

3131
env:
32-
STATIC_VERSION: "1.2.0"
32+
STATIC_VERSION: "1.3.0"
3333
BUILD_ID: ${{ github.run_number }}
3434

3535
steps:

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-mongo-server",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "A Model Context Protocol server for MongoDB connections",
55
"private": false,
66
"type": "module",

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function createServer(
3636
const server = new Server(
3737
{
3838
name: "mongodb",
39-
version: "1.2.0",
39+
version: "1.3.0",
4040
...options,
4141
},
4242
{

0 commit comments

Comments
 (0)