From 67d4ec122392edbb718b1528785260c1caf07b7e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 24 Nov 2025 09:12:46 +0000 Subject: [PATCH] ci: release --- .changeset/fruity-tables-camp.md | 7 ------- packages/wormhole/CHANGELOG.md | 6 ++++++ packages/wormhole/package.json | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 .changeset/fruity-tables-camp.md diff --git a/.changeset/fruity-tables-camp.md b/.changeset/fruity-tables-camp.md deleted file mode 100644 index 149fcce..0000000 --- a/.changeset/fruity-tables-camp.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@alova/wormhole": minor ---- - -1. Extend the `apifox` fetch plugin; align defaults to Apifox’s official exported interface defaults (breaking change). -2. Fix the `payloadModifier` plugin not working for intersection and union types. -3. In the `rename` plugin, add a `value` parameter to `transtransform`. diff --git a/packages/wormhole/CHANGELOG.md b/packages/wormhole/CHANGELOG.md index 49c2807..56d6120 100644 --- a/packages/wormhole/CHANGELOG.md +++ b/packages/wormhole/CHANGELOG.md @@ -1,5 +1,11 @@ # @alova/wormhole +## 1.5.0 + +### Minor Changes + +- [#130](https://github.com/alovajs/devtools/pull/130) [`d13414c`](https://github.com/alovajs/devtools/commit/d13414c325c79fb359eaa8708dd4089b2973203b) Thanks [@czhlin](https://github.com/czhlin)! - 1. Extend the `apifox` fetch plugin; align defaults to Apifox’s official exported interface defaults (breaking change). 2. Fix the `payloadModifier` plugin not working for intersection and union types. 3. In the `rename` plugin, add a `value` parameter to `transtransform`. + ## 1.4.5 ### Patch Changes diff --git a/packages/wormhole/package.json b/packages/wormhole/package.json index ebda080..041f99b 100644 --- a/packages/wormhole/package.json +++ b/packages/wormhole/package.json @@ -1,6 +1,6 @@ { "name": "@alova/wormhole", - "version": "1.4.5", + "version": "1.5.0", "description": "More modern openAPI generating solution for alova.js", "author": "alova", "license": "MIT",