Skip to content

Commit ef5e58d

Browse files
chore(main): release 0.4.1
1 parent 30f68a3 commit ef5e58d

4 files changed

Lines changed: 25 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.4.1"
33
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.4.1](https://github.com/dkmaker/mcp-rest-api/compare/v0.4.0...v0.4.1) (2026-01-09)
4+
5+
6+
### Features
7+
8+
* add patch http method ([97bf213](https://github.com/dkmaker/mcp-rest-api/commit/97bf21305b64b2dfe275ac6ed5e627d4a8fc051e))
9+
* add patch http method ([9d35a05](https://github.com/dkmaker/mcp-rest-api/commit/9d35a054b8639968c2f355bfc5743eedb27e51c1))
10+
* add support for per-request host override in REST API tester ([9c81e5a](https://github.com/dkmaker/mcp-rest-api/commit/9c81e5a67ce2af115b5a66c76545d0a3120144b8))
11+
* **ci:** add release workflow compliance check to PR review ([954809b](https://github.com/dkmaker/mcp-rest-api/commit/954809ba731be735e5c8f564364adad634e94124))
12+
* **ci:** configure npm trusted publishing with OIDC ([523d0a9](https://github.com/dkmaker/mcp-rest-api/commit/523d0a9b252076b5924daac1ffcedfba55b1b5a7))
13+
* migrate to Release Please for controlled releases ([c8111db](https://github.com/dkmaker/mcp-rest-api/commit/c8111dbfd1f0a5884e5a9f610da6364155222439))
14+
* migrate to Release Please for controlled releases ([1795434](https://github.com/dkmaker/mcp-rest-api/commit/17954345ef612b025f6a974349c9702184582ec9))
15+
16+
17+
### Bug Fixes
18+
19+
* **ci:** simplify PR review workflow to use default tools ([30f68a3](https://github.com/dkmaker/mcp-rest-api/commit/30f68a3f4c060f553201681fe205a71f79bcd731))
20+
* disable subject-case rule in commitlint ([b45420a](https://github.com/dkmaker/mcp-rest-api/commit/b45420a2b766b311755a6ff3c5f4ba66edb00f4f))
21+
* use .cjs extension for conventional changelog config ([33c6e36](https://github.com/dkmaker/mcp-rest-api/commit/33c6e36b50b6a4099838751b741aac354d3f356b))
22+
* use .cjs extension for conventional changelog config ([9f7cda3](https://github.com/dkmaker/mcp-rest-api/commit/9f7cda3b656c2abadee131350201d4464e046fae))
23+
324
## [0.4.0](https://github.com/dkmaker/mcp-rest-api/compare/v0.3.0...v0.4.0) (2025-01-08)
425

526
### 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": "dkmaker-mcp-rest-api",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "A generic REST API tester for testing HTTP endpoints",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)