From 014411249fb30a8285e7313f123de5ef3ef04ee5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 01:13:30 +0000 Subject: [PATCH] Version Packages --- .changeset/tiny-keys-check.md | 23 ----------------------- apps/cli/package.json | 2 +- bun.lock | 2 +- 3 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 .changeset/tiny-keys-check.md diff --git a/.changeset/tiny-keys-check.md b/.changeset/tiny-keys-check.md deleted file mode 100644 index 7a8cbe8fe4..0000000000 --- a/.changeset/tiny-keys-check.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -"executor": patch ---- - -### Features - -- Edit source configuration support for OpenAPI, GraphQL, MCP, and Google Discovery (#143, #144, #145, #146) -- Support manual HTTP headers when adding GraphQL, MCP, and OpenAPI remote sources (#135) -- High-contrast syntax highlighting with light/dark pair (#162) -- Improved OpenAPI parser and source add flow (#175) - -### Bug Fixes - -- Fix two independent hanging-write bugs in the execution engine and local Bun server (#158) -- Fix MCP tools hanging when elicitation or multiple resumes are required (#126) -- Harden OAuth popup handshake for Google Discovery and MCP sources (#141) -- Return cleaner HTTP error messages from plugins instead of leaking internal details (#137) -- Correct and backfill preset icon URLs (#161) - -### Improvements - -- Switch sans font from DM Sans to Inter (#160) -- Batch KV set and delete operations (#173) diff --git a/apps/cli/package.json b/apps/cli/package.json index 77b9566429..dbd06af1fe 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "executor", - "version": "1.4.5-beta.1", + "version": "1.4.5", "private": true, "bin": { "executor": "./bin/executor.ts" diff --git a/bun.lock b/bun.lock index 9029a6dc77..68e71be080 100644 --- a/bun.lock +++ b/bun.lock @@ -21,7 +21,7 @@ }, "apps/cli": { "name": "executor", - "version": "1.4.5-beta.1", + "version": "1.4.5", "bin": { "executor": "./bin/executor.ts", },