diff --git a/CHANGELOG.md b/CHANGELOG.md index 330c1bcc..22b8ffd8 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. +## [29.1.3](https://github.com/waitingsong/fetch/compare/v29.1.2...v29.1.3) (2024-07-05) + +**Note:** Version bump only for package rxxfetch + + + + + ## [29.1.2](https://github.com/waitingsong/fetch/compare/v29.1.1...v29.1.2) (2024-06-11) **Note:** Version bump only for package rxxfetch diff --git a/lerna.json b/lerna.json index c1c57b0f..693be32a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "29.1.2", + "version": "29.1.3", "command": { "publish": { "ignoreChanges": [ diff --git a/packages/fetch/CHANGELOG.md b/packages/fetch/CHANGELOG.md index f99cb024..1d14144f 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. +## [29.1.3](https://github.com/waitingsong/fetch/compare/v29.1.2...v29.1.3) (2024-07-05) + +**Note:** Version bump only for package @waiting/fetch + + + + + ## [29.1.1](https://github.com/waitingsong/fetch/compare/v29.1.0...v29.1.1) (2024-06-04) **Note:** Version bump only for package @waiting/fetch diff --git a/packages/fetch/package.json b/packages/fetch/package.json index 26c8a785..3ebbadab 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -1,7 +1,7 @@ { "name": "@waiting/fetch", "author": "waiting", - "version": "29.1.1", + "version": "29.1.3", "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 e845544e..84810ce9 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. +## [29.1.3](https://github.com/waitingsong/fetch/compare/v29.1.2...v29.1.3) (2024-07-05) + +**Note:** Version bump only for package @mwcp/fetch + + + + + ## [29.1.2](https://github.com/waitingsong/fetch/compare/v29.1.1...v29.1.2) (2024-06-11) **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 41a4e4f2..60c76882 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": "29.1.2", + "version": "29.1.3", "description": "", "private": false, "keywords": [ @@ -35,7 +35,7 @@ "license": "MIT", "dependencies": { "@mwcp/otel": "^30.16.1", - "@waiting/fetch": "^29.1.1", + "@waiting/fetch": "^29.1.3", "@waiting/shared-core": "^23.20.0" }, "engines": {