Skip to content

Commit 52c913b

Browse files
chore: release v0.3.0 (#488)
Co-authored-by: mongodb-devtools-bot[bot] <189715634+mongodb-devtools-bot[bot]@users.noreply.github.com> Co-authored-by: Kevin Mas Ruiz <[email protected]>
1 parent 1264ab2 commit 52c913b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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,7 +1,7 @@
11
{
22
"name": "mongodb-mcp-server",
33
"description": "MongoDB Model Context Protocol Server",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"type": "module",
66
"exports": {
77
".": {

src/common/packageInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file was generated by scripts/updatePackageVersion.ts - Do not edit it manually.
22
export const packageInfo = {
3-
version: "0.2.0",
3+
version: "0.3.0",
44
mcpServerName: "MongoDB MCP Server",
55
};

0 commit comments

Comments
 (0)