Skip to content

Commit

Permalink
update version and CHANGES (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fine0830 authored Jul 11, 2024
1 parent dee7997 commit 8fe1e2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8fe1e2a

Please sign in to comment.