We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b192fdb commit 8deb3c2Copy full SHA for 8deb3c2
README.md
@@ -487,10 +487,10 @@ This module adopts the [Module Long Term Support (LTS)](http://github.com/CloudN
487
| V5.x.x | May 2019 | Dec 2020 | | Current |
488
489
## Version
490
-5.1.0
+5.1.1
491
492
## Release History
493
-`5.1.0` - Node13 support, bump dependency versions and a trace probe fix.
+`5.1.1` - Node13 support, bump dependency versions and a trace probe fix.
494
`5.0.5` - zAppmetrics fixes, and bump agentcore for Alpine support.
495
`5.0.3` - Bug fix.
496
`5.0.2` - Bump level of omragentcore.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "appmetrics",
3
- "version": "5.1.0",
+ "version": "5.1.1",
4
"engines": {
5
"node": ">=6"
6
},
0 commit comments