This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-client-js.git
The following commit(s) were added to refs/heads/master by this push:
new 8fe1e2a update version and CHANGES (#130)
8fe1e2a is described below
commit 8fe1e2a8a43a3955aa0e9d89853609bf40978647
Author: Fine0830 <[email protected]>
AuthorDate: Thu Jul 11 11:22:42 2024 +0800
update version and CHANGES (#130)
---
CHANGES.md | 6 ++++--
package-lock.json | 2 +-
package.json | 2 +-
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index 0234523..3bb3e97 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,7 +1,9 @@
# Changes
-## 1.0.0
-1.Fix breaks native fetch implementation when using Request object with headers
+## 0.12.0
+1. Fix native fetch implementation when using Request object.
+2. Fix fetch implementation when using the Header object in http queries.
+3. Bump dependencies.
## 0.11.0
diff --git a/package-lock.json b/package-lock.json
index e062eba..a4dc1e3 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "skywalking-client-js",
- "version": "0.11.0",
+ "version": "0.12.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 12dafa6..44d439e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "skywalking-client-js",
- "version": "0.11.0",
+ "version": "0.12.0",
"description": "Client-side JavaScript exception and tracing library for
Apache SkyWalking APM",
"main": "index.js",
"types": "lib/src/index.d.ts",