Skip to content

Commit

Permalink
Draft release 0.5.0 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhenxu94 authored Jul 6, 2022
1 parent 703c2b6 commit 6c0e9ba
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.5.0
- Bump up grpc-node to 1.6.7 to fix CVE-2022-25878 (#85)
- Fix issue #9165 express router entry duplicated (#84)
- Fix skywalking s3 upload error #8824 (#82)
- Improved ignore path regex (#81)
- Upgrade data collect protocol (#78)
- Fix wrong instance properties (#77)
- Fix wrong command in release doc (#76)

# 0.4.0

- Fix mysql2 plugin install error. (#74)
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-backend-js",
"version": "0.4.0",
"version": "0.5.0",
"description": "The NodeJS agent for Apache SkyWalking",
"homepage": "skywalking.apache.org",
"main": "lib/index.js",
Expand Down

0 comments on commit 6c0e9ba

Please sign in to comment.