diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5745bc1..2918e2f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.3.0", - "foundry-local-rest-api": "0.3.0" + ".": "0.4.0", + "foundry-local-rest-api": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c4b69a..381fd25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.4.0](https://github.com/laurigates/foundryvtt-mcp/compare/foundry-mcp-server-v0.3.0...foundry-mcp-server-v0.4.0) (2025-06-21) + + +### Features + +* Add Foundry Local REST API module ([7f8383a](https://github.com/laurigates/foundryvtt-mcp/commit/7f8383a9b54b3c374d960aad7f97b0b5ecff7d6d)) +* **foundry-local-rest-api:** add local REST API module for FoundryVTT ([ad8b506](https://github.com/laurigates/foundryvtt-mcp/commit/ad8b5060ca231ffefa389cad1e6c8f68f4a4e069)) + + +### Bug Fixes + +* update release-please workflow permissions and configuration ([#4](https://github.com/laurigates/foundryvtt-mcp/issues/4)) ([e7528db](https://github.com/laurigates/foundryvtt-mcp/commit/e7528db011e4de1d02020769abf65fb711f8ac12)) +* update release-please workflow permissions and configuration ([#5](https://github.com/laurigates/foundryvtt-mcp/issues/5)) ([7e2ea4f](https://github.com/laurigates/foundryvtt-mcp/commit/7e2ea4f9d8bf6a6d3a1dce866e3f487110b00a53)) + + +### Miscellaneous + +* release main ([cbac663](https://github.com/laurigates/foundryvtt-mcp/commit/cbac663ae79aeeb9bd98ada23823ea04cf41ebb6)) +* release main ([0a6b436](https://github.com/laurigates/foundryvtt-mcp/commit/0a6b436ddd4af83c4dd0c3cb2802f1bb4d8a0047)) +* release main ([#2](https://github.com/laurigates/foundryvtt-mcp/issues/2)) ([4b9110d](https://github.com/laurigates/foundryvtt-mcp/commit/4b9110df6c978942affa1f20f68f7a9fdd548e32)) + ## [0.3.0](https://github.com/laurigates/foundryvtt-mcp/compare/foundry-mcp-server-v0.2.0...foundry-mcp-server-v0.3.0) (2025-06-16) diff --git a/foundry-local-rest-api/CHANGELOG.md b/foundry-local-rest-api/CHANGELOG.md index 9d9d6a7..b7faa77 100644 --- a/foundry-local-rest-api/CHANGELOG.md +++ b/foundry-local-rest-api/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.4.0](https://github.com/laurigates/foundryvtt-mcp/compare/v0.3.0...v0.4.0) (2025-06-21) + + +### Features + +* Add Foundry Local REST API module ([7f8383a](https://github.com/laurigates/foundryvtt-mcp/commit/7f8383a9b54b3c374d960aad7f97b0b5ecff7d6d)) +* **foundry-local-rest-api:** add local REST API module for FoundryVTT ([ad8b506](https://github.com/laurigates/foundryvtt-mcp/commit/ad8b5060ca231ffefa389cad1e6c8f68f4a4e069)) + + +### Bug Fixes + +* update release-please workflow permissions and configuration ([#4](https://github.com/laurigates/foundryvtt-mcp/issues/4)) ([e7528db](https://github.com/laurigates/foundryvtt-mcp/commit/e7528db011e4de1d02020769abf65fb711f8ac12)) +* update release-please workflow permissions and configuration ([#5](https://github.com/laurigates/foundryvtt-mcp/issues/5)) ([7e2ea4f](https://github.com/laurigates/foundryvtt-mcp/commit/7e2ea4f9d8bf6a6d3a1dce866e3f487110b00a53)) + + +### Miscellaneous + +* release main ([cbac663](https://github.com/laurigates/foundryvtt-mcp/commit/cbac663ae79aeeb9bd98ada23823ea04cf41ebb6)) +* release main ([0a6b436](https://github.com/laurigates/foundryvtt-mcp/commit/0a6b436ddd4af83c4dd0c3cb2802f1bb4d8a0047)) +* release main ([#2](https://github.com/laurigates/foundryvtt-mcp/issues/2)) ([4b9110d](https://github.com/laurigates/foundryvtt-mcp/commit/4b9110df6c978942affa1f20f68f7a9fdd548e32)) + ## [0.3.0](https://github.com/laurigates/foundryvtt-mcp/compare/v0.2.0...v0.3.0) (2025-06-16) diff --git a/package-lock.json b/package-lock.json index 370cbe9..87aa9e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "foundry-mcp-server", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "foundry-mcp-server", - "version": "0.3.0", + "version": "0.4.0", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", diff --git a/package.json b/package.json index a95b54f..d4fe64b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundry-mcp-server", - "version": "0.3.0", + "version": "0.4.0", "description": "Model Context Protocol server for FoundryVTT integration", "main": "dist/index.js", "type": "module",