diff --git a/.changeset/openapi-compact-security.md b/.changeset/openapi-compact-security.md deleted file mode 100644 index ca811ec..0000000 --- a/.changeset/openapi-compact-security.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'incur': patch ---- - -Added `compact` and `security` OpenAPI config options for trimming generated command schemas and skipping credential option injection. diff --git a/.changeset/openapi-mcp-descriptions.md b/.changeset/openapi-mcp-descriptions.md deleted file mode 100644 index 69da0d0..0000000 --- a/.changeset/openapi-mcp-descriptions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'incur': patch ---- - -Included OpenAPI operation descriptions in MCP tool descriptions by concatenating summary and description; CLI help keeps the short summary. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8930d54..5b86178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # incur +## 0.4.14 + +### Patch Changes + +- 539d0ac: Added `compact` and `security` OpenAPI config options for trimming generated command schemas and skipping credential option injection. +- 4c0fc4b: Included OpenAPI operation descriptions in MCP tool descriptions by concatenating summary and description; CLI help keeps the short summary. + ## 0.4.13 ### Patch Changes diff --git a/package.json b/package.json index c514caa..000beaa 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "[!start-pkg]": "", "name": "incur", "type": "module", - "version": "0.4.13", + "version": "0.4.14", "license": "MIT", "repository": { "type": "git",