Skip to content

Commit 4943d04

Browse files
author
waitingsong
committed
v32.4.0
1 parent a9186e1 commit 4943d04

File tree

6 files changed

+28
-4
lines changed

6 files changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [32.4.0](https://github.com/waitingsong/fetch/compare/v32.3.0...v32.4.0) (2024-12-10)
7+
8+
**Note:** Version bump only for package rxxfetch
9+
10+
11+
12+
13+
614
# [32.3.0](https://github.com/waitingsong/fetch/compare/v32.2.2...v32.3.0) (2024-11-22)
715

816
**Note:** Version bump only for package rxxfetch

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "32.3.0",
2+
"version": "32.4.0",
33
"command": {
44
"publish": {
55
"ignoreChanges": [

packages/fetch/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [32.4.0](https://github.com/waitingsong/fetch/compare/v32.3.0...v32.4.0) (2024-12-10)
7+
8+
**Note:** Version bump only for package @waiting/fetch
9+
10+
11+
12+
13+
614
# [32.3.0](https://github.com/waitingsong/fetch/compare/v32.2.2...v32.3.0) (2024-11-22)
715

816
**Note:** Version bump only for package @waiting/fetch

packages/fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@waiting/fetch",
33
"author": "waiting",
4-
"version": "32.3.0",
4+
"version": "32.4.0",
55
"description": "HTTP fetch API for browser and Node.js. Handle 302/303 redirect correctly on Node.js",
66
"keywords": [
77
"http",

packages/midway-component-fetch/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [32.4.0](https://github.com/waitingsong/fetch/compare/v32.3.0...v32.4.0) (2024-12-10)
7+
8+
**Note:** Version bump only for package @mwcp/fetch
9+
10+
11+
12+
13+
614
# [32.3.0](https://github.com/waitingsong/fetch/compare/v32.2.2...v32.3.0) (2024-11-22)
715

816
**Note:** Version bump only for package @mwcp/fetch

packages/midway-component-fetch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mwcp/fetch",
33
"author": "waiting",
4-
"version": "32.3.0",
4+
"version": "32.4.0",
55
"description": "",
66
"private": false,
77
"keywords": [
@@ -35,7 +35,7 @@
3535
"license": "MIT",
3636
"dependencies": {
3737
"@mwcp/otel": "^41.0.0",
38-
"@waiting/fetch": "^32.3.0",
38+
"@waiting/fetch": "^32.4.0",
3939
"@waiting/shared-core": "^23.25.3"
4040
},
4141
"devDependencies": {

0 commit comments

Comments
 (0)