Skip to content

Commit 4bb88c1

Browse files
chore(release): 1.1.1 [skip ci]
## [1.1.1](libp2p/js-libp2p-prometheus-metrics@v1.1.0...v1.1.1) (2022-11-21) ### Bug Fixes * allow multiple consumers of metrics ([#6](libp2p/js-libp2p-prometheus-metrics#6)) ([92bde9b](libp2p/js-libp2p-prometheus-metrics@92bde9b))
1 parent 92bde9b commit 4bb88c1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -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+
18
## [1.1.0](https://github.com/libp2p/js-libp2p-prometheus-metrics/compare/v1.0.1...v1.1.0) (2022-11-21)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/prometheus-metrics",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Collect libp2p metrics for scraping by Prometheus or Graphana",
55
"author": "",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)