Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.0"
".": "0.4.1"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down