diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f..218393f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 55bee48..7458952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [0.4.1](https://github.com/dkmaker/mcp-rest-api/compare/v0.4.0...v0.4.1) (2026-01-09) + + +### Features + +* add patch http method ([97bf213](https://github.com/dkmaker/mcp-rest-api/commit/97bf21305b64b2dfe275ac6ed5e627d4a8fc051e)) +* add patch http method ([9d35a05](https://github.com/dkmaker/mcp-rest-api/commit/9d35a054b8639968c2f355bfc5743eedb27e51c1)) +* add support for per-request host override in REST API tester ([9c81e5a](https://github.com/dkmaker/mcp-rest-api/commit/9c81e5a67ce2af115b5a66c76545d0a3120144b8)) +* **ci:** add release workflow compliance check to PR review ([954809b](https://github.com/dkmaker/mcp-rest-api/commit/954809ba731be735e5c8f564364adad634e94124)) +* **ci:** configure npm trusted publishing with OIDC ([523d0a9](https://github.com/dkmaker/mcp-rest-api/commit/523d0a9b252076b5924daac1ffcedfba55b1b5a7)) +* migrate to Release Please for controlled releases ([c8111db](https://github.com/dkmaker/mcp-rest-api/commit/c8111dbfd1f0a5884e5a9f610da6364155222439)) +* migrate to Release Please for controlled releases ([1795434](https://github.com/dkmaker/mcp-rest-api/commit/17954345ef612b025f6a974349c9702184582ec9)) + + +### Bug Fixes + +* **ci:** simplify PR review workflow to use default tools ([30f68a3](https://github.com/dkmaker/mcp-rest-api/commit/30f68a3f4c060f553201681fe205a71f79bcd731)) +* **ci:** use claude_code_oauth_token for Claude Max/Pro authentication ([53a796e](https://github.com/dkmaker/mcp-rest-api/commit/53a796e9f293eaec3503a1c024d900f6ca56301d)) +* disable subject-case rule in commitlint ([b45420a](https://github.com/dkmaker/mcp-rest-api/commit/b45420a2b766b311755a6ff3c5f4ba66edb00f4f)) +* use .cjs extension for conventional changelog config ([33c6e36](https://github.com/dkmaker/mcp-rest-api/commit/33c6e36b50b6a4099838751b741aac354d3f356b)) +* use .cjs extension for conventional changelog config ([9f7cda3](https://github.com/dkmaker/mcp-rest-api/commit/9f7cda3b656c2abadee131350201d4464e046fae)) + + +### Code Refactoring + +* **ci:** unify PR validation and review into single workflow ([765ecdf](https://github.com/dkmaker/mcp-rest-api/commit/765ecdfd9d125816686eff2651d3f2631b8c9be1)) + ## [0.4.0](https://github.com/dkmaker/mcp-rest-api/compare/v0.3.0...v0.4.0) (2025-01-08) ### Features diff --git a/package-lock.json b/package-lock.json index 8e5396e..47b73b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dkmaker-mcp-rest-api", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dkmaker-mcp-rest-api", - "version": "0.4.0", + "version": "0.4.1", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", diff --git a/package.json b/package.json index 60b7115..8009a07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dkmaker-mcp-rest-api", - "version": "0.4.0", + "version": "0.4.1", "description": "A generic REST API tester for testing HTTP endpoints", "license": "MIT", "type": "module",