We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92bde9b commit 4bb88c1Copy full SHA for 4bb88c1
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.1.1](https://github.com/libp2p/js-libp2p-prometheus-metrics/compare/v1.1.0...v1.1.1) (2022-11-21)
2
+
3
4
+### Bug Fixes
5
6
+* allow multiple consumers of metrics ([#6](https://github.com/libp2p/js-libp2p-prometheus-metrics/issues/6)) ([92bde9b](https://github.com/libp2p/js-libp2p-prometheus-metrics/commit/92bde9b8d9a533c4e8aca6a98c02fa1bdc37156e))
7
8
## [1.1.0](https://github.com/libp2p/js-libp2p-prometheus-metrics/compare/v1.0.1...v1.1.0) (2022-11-21)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@libp2p/prometheus-metrics",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "Collect libp2p metrics for scraping by Prometheus or Graphana",
"author": "",
"license": "Apache-2.0 OR MIT",
0 commit comments