diff --git a/CHANGELOG.md b/CHANGELOG.md index 030b6969..ad3259c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [32.4.0](https://github.com/waitingsong/fetch/compare/v32.3.0...v32.4.0) (2024-12-10) + +**Note:** Version bump only for package rxxfetch + + + + + # [32.3.0](https://github.com/waitingsong/fetch/compare/v32.2.2...v32.3.0) (2024-11-22) **Note:** Version bump only for package rxxfetch diff --git a/lerna.json b/lerna.json index 7a0e81cb..50e4e8f7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "32.3.0", + "version": "32.4.0", "command": { "publish": { "ignoreChanges": [ diff --git a/packages/fetch/CHANGELOG.md b/packages/fetch/CHANGELOG.md index a70a62b0..a81147cc 100644 --- a/packages/fetch/CHANGELOG.md +++ b/packages/fetch/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [32.4.0](https://github.com/waitingsong/fetch/compare/v32.3.0...v32.4.0) (2024-12-10) + +**Note:** Version bump only for package @waiting/fetch + + + + + # [32.3.0](https://github.com/waitingsong/fetch/compare/v32.2.2...v32.3.0) (2024-11-22) **Note:** Version bump only for package @waiting/fetch diff --git a/packages/fetch/package.json b/packages/fetch/package.json index fcc89e58..c9be36d4 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -1,7 +1,7 @@ { "name": "@waiting/fetch", "author": "waiting", - "version": "32.3.0", + "version": "32.4.0", "description": "HTTP fetch API for browser and Node.js. Handle 302/303 redirect correctly on Node.js", "keywords": [ "http", diff --git a/packages/midway-component-fetch/CHANGELOG.md b/packages/midway-component-fetch/CHANGELOG.md index 830c73c9..a55fc23f 100644 --- a/packages/midway-component-fetch/CHANGELOG.md +++ b/packages/midway-component-fetch/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [32.4.0](https://github.com/waitingsong/fetch/compare/v32.3.0...v32.4.0) (2024-12-10) + +**Note:** Version bump only for package @mwcp/fetch + + + + + # [32.3.0](https://github.com/waitingsong/fetch/compare/v32.2.2...v32.3.0) (2024-11-22) **Note:** Version bump only for package @mwcp/fetch diff --git a/packages/midway-component-fetch/package.json b/packages/midway-component-fetch/package.json index 9356824d..e52c58e9 100644 --- a/packages/midway-component-fetch/package.json +++ b/packages/midway-component-fetch/package.json @@ -1,7 +1,7 @@ { "name": "@mwcp/fetch", "author": "waiting", - "version": "32.3.0", + "version": "32.4.0", "description": "", "private": false, "keywords": [ @@ -35,7 +35,7 @@ "license": "MIT", "dependencies": { "@mwcp/otel": "^41.0.0", - "@waiting/fetch": "^32.3.0", + "@waiting/fetch": "^32.4.0", "@waiting/shared-core": "^23.25.3" }, "devDependencies": {