docs: update version and changes (#112)

diff --git a/CHANGES.md b/CHANGES.md
index 30ed052..7f85301 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,11 @@
 # Changes
 
+## 0.10.0
+
+1. Fix the ability of Fetch constructure.
+2. Update README.
+3. Bump dependencies.
+
 ## 0.9.0
 
 1. Fix custom configurations when the page router changed for SPA.
diff --git a/package-lock.json b/package-lock.json
index 9c7d386..e95e48a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "skywalking-client-js",
-  "version": "0.9.0",
+  "version": "0.10.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
diff --git a/package.json b/package.json
index 3b81831..6c14262 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "skywalking-client-js",
-  "version": "0.9.0",
+  "version": "0.10.0",
   "description": "Client-side JavaScript exception and tracing library for Apache SkyWalking APM",
   "main": "index.js",
   "types": "lib/src/index.d.ts",