This is an automated email from the ASF dual-hosted git repository.
qiuxiafan 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 c2e3143 docs: update docs for 0.7.0 (#75)
c2e3143 is described below
commit c2e31438f9beef7161c7b6f630694a501e774671
Author: Fine0830 <[email protected]>
AuthorDate: Fri Oct 8 15:38:43 2021 +0800
docs: update docs for 0.7.0 (#75)
---
CHANGES.md | 7 ++++---
package-lock.json | 2 +-
package.json | 2 +-
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index 9e452e5..44bcc33 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -3,9 +3,10 @@
## 0.7.0
1. Support setting time interval to report segments.
-2. Fix segments report only send once
-3. Fix apache/skywalking#7335
-4. Fix apache/skywalking#7793
+2. Fix segments report only send once.
+3. Fix apache/skywalking#7335.
+4. Fix apache/skywalking#7793.
+5. Fix firstReportedError for SPA.
## 0.6.0
diff --git a/package-lock.json b/package-lock.json
index 75df542..6e115b9 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "skywalking-client-js",
- "version": "0.6.0",
+ "version": "0.7.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index c402312..3684fd9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "skywalking-client-js",
- "version": "0.6.0",
+ "version": "0.7.0",
"description": "Client-side JavaScript exception and tracing library for
Apache SkyWalking APM",
"main": "index.js",
"types": "lib/src/index.d.ts",