Skip to content

Commit

Permalink
[pinpoint-apm#184] Update Package version
Browse files Browse the repository at this point in the history
  • Loading branch information
feelform committed Apr 30, 2024
1 parent 719afa7 commit 614bff6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to Pinpoint Node.js agent will be documented in this file.

## [0.9.0-next.4] - 2024-03-05
## [0.9.0] - 2024-04-30
### Added
- #86 Express with method name
- #155 SQL UID
Expand Down
4 changes: 2 additions & 2 deletions 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": "pinpoint-node-agent",
"version": "0.9.0-next.4",
"version": "0.9.0",
"main": "index.js",
"types": "index.d.ts",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion test/agent.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ test('Should initialize agent', function (t) {

const agent = require('./support/agent-singleton-mock')
t.ok(agent)
t.equal(agent.pinpointClient.agentInfo.agentVersion, '0.9.0-next.4', 'agent version from package.json')
t.equal(agent.pinpointClient.agentInfo.agentVersion, '0.9.0', 'agent version from package.json')
})

0 comments on commit 614bff6

Please sign in to comment.