Skip to content

Commit

Permalink
[#186] Release v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
feelform committed May 3, 2024
1 parent 6eaa004 commit 0810f79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to Pinpoint Node.js agent will be documented in this file.

## [0.8.4] - 2024-05-03
### Changed
- #186 Change error log level to info log

## [0.8.3] - 2021-11-19
### Fixed
- #93 Fix Agent ID length validator
Expand Down
2 changes: 1 addition & 1 deletion lib/utils/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Logger {
}

warn() {
this.logger.info.apply(null, arguments)
this.logger.warn.apply(null, arguments)
}

error() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pinpoint-node-agent",
"version": "0.8.4-next.2",
"version": "0.8.4",
"main": "index.js",
"scripts": {
"test": "tape ./test/**/*.test.js",
Expand Down

0 comments on commit 0810f79

Please sign in to comment.