Skip to content

Commit 8fe1e2a

Browse files
authored
update version and CHANGES (#130)
1 parent dee7997 commit 8fe1e2a

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Changes
22

3-
## 1.0.0
4-
1.Fix breaks native fetch implementation when using Request object with headers
3+
## 0.12.0
4+
1. Fix native fetch implementation when using Request object.
5+
2. Fix fetch implementation when using the Header object in http queries.
6+
3. Bump dependencies.
57

68
## 0.11.0
79

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skywalking-client-js",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "Client-side JavaScript exception and tracing library for Apache SkyWalking APM",
55
"main": "index.js",
66
"types": "lib/src/index.d.ts",

0 commit comments

Comments
 (0)