Skip to content

Commit b192fdb

Browse files
committed
Prep for 5.1.0 release
1 parent fd37175 commit b192fdb

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ node_modules
1010
/heapdump.node
1111
headlesstestoutput*
1212
/plugins
13+
.nyc_output/
14+
package-lock.json
15+
resourceRegistry.log

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,9 +487,10 @@ This module adopts the [Module Long Term Support (LTS)](http://github.com/CloudN
487487
| V5.x.x | May 2019 | Dec 2020 | | Current |
488488

489489
## Version
490-
5.0.5
490+
5.1.0
491491

492492
## Release History
493+
`5.1.0` - Node13 support, bump dependency versions and a trace probe fix.
493494
`5.0.5` - zAppmetrics fixes, and bump agentcore for Alpine support.
494495
`5.0.3` - Bug fix.
495496
`5.0.2` - Bump level of omragentcore.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "appmetrics",
3-
"version": "5.0.5",
3+
"version": "5.1.0",
44
"engines": {
55
"node": ">=6"
66
},

0 commit comments

Comments
 (0)