diff --git a/CHANGELOG.md b/CHANGELOG.md index cb514e1a..3bdc558d 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.2.1](https://github.com/waitingsong/fetch/compare/v32.2.0...v32.2.1) (2024-10-10) + +**Note:** Version bump only for package rxxfetch + + + + + # [32.2.0](https://github.com/waitingsong/fetch/compare/v32.1.0...v32.2.0) (2024-09-15) diff --git a/lerna.json b/lerna.json index e40dfecc..c528c965 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "32.2.0", + "version": "32.2.1", "command": { "publish": { "ignoreChanges": [ diff --git a/packages/fetch/CHANGELOG.md b/packages/fetch/CHANGELOG.md index 14263b3a..c77f6452 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.2.1](https://github.com/waitingsong/fetch/compare/v32.2.0...v32.2.1) (2024-10-10) + +**Note:** Version bump only for package @waiting/fetch + + + + + # [32.1.0](https://github.com/waitingsong/fetch/compare/v32.0.1...v32.1.0) (2024-09-15) **Note:** Version bump only for package @waiting/fetch diff --git a/packages/fetch/package.json b/packages/fetch/package.json index 6a58dc97..b62049c6 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -1,7 +1,7 @@ { "name": "@waiting/fetch", "author": "waiting", - "version": "32.1.0", + "version": "32.2.1", "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 44e0e24c..6df9e4c8 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.2.1](https://github.com/waitingsong/fetch/compare/v32.2.0...v32.2.1) (2024-10-10) + +**Note:** Version bump only for package @mwcp/fetch + + + + + # [32.2.0](https://github.com/waitingsong/fetch/compare/v32.1.0...v32.2.0) (2024-09-15) diff --git a/packages/midway-component-fetch/package.json b/packages/midway-component-fetch/package.json index 304e5fd3..60c47c5e 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.2.0", + "version": "32.2.1", "description": "", "private": false, "keywords": [ @@ -35,7 +35,7 @@ "license": "MIT", "dependencies": { "@mwcp/otel": "^38.2.2", - "@waiting/fetch": "^32.1.0", + "@waiting/fetch": "^32.2.1", "@waiting/shared-core": "^23.22.0" }, "devDependencies": {