Skip to content

Commit 1e45540

Browse files
author
waitingsong
committed
v14.1.0
1 parent de78ba4 commit 1e45540

6 files changed

Lines changed: 34 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [14.1.0](/compare/v14.0.0...v14.1.0) (2021-08-31)
7+
8+
9+
### Features
10+
11+
* **fetch:** support tracer log by passing parameter span de78ba4
12+
13+
14+
15+
16+
617
# [14.0.0](/compare/v13.3.0...v14.0.0) (2021-08-23)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "14.0.0",
2+
"version": "14.1.0",
33
"packages": [
44
"packages/*"
55
],

packages/fetch/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [14.1.0](https://github.com/waitingsong/fetch/compare/v14.0.0...v14.1.0) (2021-08-31)
7+
8+
9+
### Features
10+
11+
* **fetch:** support tracer log by passing parameter span ([de78ba4](https://github.com/waitingsong/fetch/commit/de78ba41df5886c7bff8171bfd3c129d7520a752))
12+
13+
14+
15+
16+
617
# [14.0.0](https://github.com/waitingsong/rxxfetch/compare/v13.3.0...v14.0.0) (2021-08-23)
718

819
**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": "14.0.0",
4+
"version": "14.1.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+
# [14.1.0](https://github.com/waitingsong/fetch/compare/v14.0.0...v14.1.0) (2021-08-31)
7+
8+
**Note:** Version bump only for package @mw-components/fetch
9+
10+
11+
12+
13+
614
# [14.0.0](https://github.com/waitingsong/rxxfetch/compare/v13.3.0...v14.0.0) (2021-08-23)
715

816

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": "@mw-components/fetch",
33
"author": "waiting",
4-
"version": "14.0.0",
4+
"version": "14.1.0",
55
"description": "",
66
"private": false,
77
"keywords": [
@@ -25,7 +25,7 @@
2525
"license": "MIT",
2626
"dependencies": {
2727
"@mw-components/jaeger": "^9.0.0",
28-
"@waiting/fetch": "^14.0.0",
28+
"@waiting/fetch": "^14.1.0",
2929
"@waiting/shared-core": "^14.4.1",
3030
"@waiting/shared-types": "^14.4.1"
3131
},

0 commit comments

Comments
 (0)