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
  • Loading branch information
feelform committed Jul 17, 2024
1 parent 86e758b commit 4875118
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 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
*.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
2 changes: 1 addition & 1 deletion demo/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"http-errors": "~1.6.3",
"ioredis": "^4.17.3",
"morgan": "~1.9.1",
"pinpoint-node-agent": "^0.8.5-next.2",
"pinpoint-node-agent": "^0.8.6-next.1",
"pug": "^3.0.2"
}
}
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinpoint-node-agent",
"version": "0.8.6-next.1",
"version": "0.8.6-next.2",
"main": "index.js",
"scripts": {
"test": "tape ./test/**/*.test.js",
Expand All @@ -10,7 +10,7 @@
"description": "Pinpoint node agent provided by NAVER",
"repository": {
"type": "git",
"url": "https://github.com/pinpoint-apm/pinpoint-node-agent"
"url": "git+https://github.com/pinpoint-apm/pinpoint-node-agent.git"
},
"contributors": [
"Yongseok Kang <[email protected]> (https://github.com/feelform)"
Expand Down Expand Up @@ -86,8 +86,5 @@
"rimraf": "^2.6.2",
"tape": "^4.9.1",
"testcontainers": "^2.8.0"
},
"resolutions": {
"semver": "^7.5.3"
}
}

0 comments on commit 4875118

Please sign in to comment.