Skip to content

Commit ede096e

Browse files
author
ogmatrix
committed
Merge branch 'prod' of https://github.com/OGMatrix/mcmodding-mcp into prod
2 parents a4cf776 + 6664a2c commit ede096e

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.2.1](https://github.com/OGMatrix/mcmodding-mcp/compare/v0.2.0...v0.2.1) (2025-12-16)
2+
3+
### Bug Fixes
4+
5+
* prevent build:prod from deleting data folder ([4b22d33](https://github.com/OGMatrix/mcmodding-mcp/commit/4b22d3323579d767f49d000331c8fd7ae4c40117))
6+
17
## [0.2.0](https://github.com/OGMatrix/mcmodding-mcp/compare/v0.1.4...v0.2.0) (2025-12-16)
28

39
### Features

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": "mcmodding-mcp",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "MCP server providing AI assistants with up-to-date Minecraft modding documentation for Fabric and NeoForge",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)