Skip to content

Commit

Permalink
[#200] release v0.8.6
Browse files Browse the repository at this point in the history
* Remove no needs resolutions for semver
* Remove no needed files in npm published package
* Fix package.json error
* Fix grpc _pb MODULE_NOT_FOUND error by .npmrc
  • Loading branch information
feelform committed Jul 17, 2024
1 parent 86e758b commit e777966
Show file tree
Hide file tree
Showing 8 changed files with 2,073 additions and 25 deletions.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ coverage
checkstyle-results.xml
.github
.vscode
.idea
.gitmodules
checkstyle-result.xml
grpc/grpc-idl/README.md

# gRPC
*.proto
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog
All notable changes to Pinpoint Node.js agent will be documented in this file.

## [0.8.6] - 2024-07-17
### Changed
- [[#193](https://github.com/pinpoint-apm/pinpoint-node-agent/issues/193)] Update gRPC version v1.11.0 from v1.2.3
### Fixed
- [[#200](https://github.com/pinpoint-apm/pinpoint-node-agent/issues/200)] Fix package.json error
### Removed
- [[#200](https://github.com/pinpoint-apm/pinpoint-node-agent/issues/200)] Remove no needs resolutions for semver
- [[#200](https://github.com/pinpoint-apm/pinpoint-node-agent/issues/200)] Remove no needed files in npm published package
- [[#195](https://github.com/pinpoint-apm/pinpoint-node-agent/issues/195)] Remove no used modules mysql, mysql2 syntax errors below v0.9

## [0.8.5] - 2024-05-13
### Fixed
- #190 Remove JSON.stringify on Info Logger
Expand Down
1 change: 0 additions & 1 deletion demo/express/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ mongoconfig
mongo-entrypoint
.vscode
.node-version
package-lock.json
*.lock
Loading

0 comments on commit e777966

Please sign in to comment.