We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caafb3d commit b28ee3fCopy full SHA for b28ee3f
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.0.1](https://github.com/libp2p/js-libp2p-simple-metrics/compare/v1.0.0...v1.0.1) (2023-09-26)
2
+
3
4
+### Bug Fixes
5
6
+* track stream metrics ([#2](https://github.com/libp2p/js-libp2p-simple-metrics/issues/2)) ([caafb3d](https://github.com/libp2p/js-libp2p-simple-metrics/commit/caafb3d103fd7df0a2a4e6b3e800f4bc9c35c58f))
7
8
## 1.0.0 (2023-09-20)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@libp2p/simple-metrics",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Simple in-memory metrics gathering for libp2p",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-simple-metrics#readme",
0 commit comments