From d44427ae0f8688e2889e3904e75a414b71cc210a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 02:29:20 +0000 Subject: [PATCH] chore: version packages --- .changeset/openapi-compact-security.md | 5 ----- .changeset/openapi-mcp-descriptions.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/openapi-compact-security.md delete mode 100644 .changeset/openapi-mcp-descriptions.md 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",