Skip to content

Commit 379d119

Browse files
authored
add changes and update version (#159)
1 parent 3a88220 commit 379d119

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changes
22

3+
## 1.0.0
4+
5+
1. Monitor Core Web Vitals.
6+
2. Monitor static resource metrics.
7+
3. Bump up `infra-e2e`.
8+
4. Bump dependencies to fix vulnerabilities.
9+
5. Adjust readme for 1.0 release.
10+
6. Fix can't catch the resource error.
11+
7. Fix append http method to tags error.
12+
8. Bump up `test ui`.
13+
9. Fix the caught fetch request does not work when it receives a URL.
14+
315
## 0.12.0
416
1. Fix native fetch implementation when using Request object.
517
2. Fix fetch implementation when using the Header object in http queries.

package-lock.json

Lines changed: 2 additions & 2 deletions
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.12.0",
3+
"version": "1.0.0",
44
"description": "Client-side JavaScript exception and tracing library for Apache SkyWalking APM",
55
"main": "index.js",
66
"types": "lib/src/index.ts",

0 commit comments

Comments
 (0)