diff --git a/CHANGELOG.md b/CHANGELOG.md index c871d419..29dea3bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [25.0.0](https://github.com/waitingsong/fetch/compare/v24.0.3...v25.0.0) (2023-09-19) + + +### Bug Fixes + +* **boilerplate:** package.json db:gen ([e1b4a74](https://github.com/waitingsong/fetch/commit/e1b4a744f58ce710add2edc9f5878f96b69d1009)) + + + + + ## [24.0.3](https://github.com/waitingsong/fetch/compare/v24.0.2...v24.0.3) (2023-09-18) diff --git a/lerna.json b/lerna.json index cdd88f4d..45e70c93 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "24.0.3", + "version": "25.0.0", "command": { "publish": { "ignoreChanges": [ diff --git a/packages/fetch/CHANGELOG.md b/packages/fetch/CHANGELOG.md index 556b41a3..adf3656f 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. +# [25.0.0](https://github.com/waitingsong/fetch/compare/v24.0.3...v25.0.0) (2023-09-19) + +**Note:** Version bump only for package @waiting/fetch + + + + + ## [24.0.3](https://github.com/waitingsong/fetch/compare/v24.0.2...v24.0.3) (2023-09-18) **Note:** Version bump only for package @waiting/fetch diff --git a/packages/fetch/package.json b/packages/fetch/package.json index 810aa6cb..adec7633 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -1,7 +1,7 @@ { "name": "@waiting/fetch", "author": "waiting", - "version": "24.0.3", + "version": "25.0.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 77157099..2bc6fb94 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. +# [25.0.0](https://github.com/waitingsong/fetch/compare/v24.0.3...v25.0.0) (2023-09-19) + +**Note:** Version bump only for package @mwcp/fetch + + + + + ## [24.0.3](https://github.com/waitingsong/fetch/compare/v24.0.2...v24.0.3) (2023-09-18) **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 d60af8e6..9e365b77 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": "24.0.3", + "version": "25.0.0", "description": "", "private": false, "keywords": [ @@ -36,7 +36,7 @@ "dependencies": { "@mwcp/otel": "19 - 20", "@mwcp/share": "19 - 20", - "@waiting/fetch": "^24.0.3", + "@waiting/fetch": "^25.0.0", "@waiting/shared-core": "^22.0.0" }, "engines": {