We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d90e33 commit 2925fd6Copy full SHA for 2925fd6
README.md
@@ -487,9 +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.0.0
+5.0.1
491
492
## Release History
493
+`5.0.1` - Bug fix for incorrect timings on http requests.
494
`5.0.0` - Add Node 12 support, remove Node 6 support.
495
`4.0.1` - Bug fix release including adding Node 10 support on Windows (Unix already working).
496
`4.0.0` - Remove node-hc and add support for preloading.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "appmetrics",
3
- "version": "5.0.0",
+ "version": "5.0.1",
4
"engines": {
5
"node": ">=6"
6
},
0 commit comments