Skip to content

Commit f817dd3

Browse files
committed
v13.2.0
1 parent 5fb2355 commit f817dd3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
### Changed
1313

14+
### Added
15+
16+
## [13.2.0] - 2021-08-08
17+
18+
### Changed
19+
1420
- Don't add event listener to `process` if cluster module is not used.
1521
- fix: set labels for default memory metrics on linux.
1622
- fix: fix DEP0152 deprecation warning in Node.js v16+.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prom-client",
3-
"version": "13.1.0",
3+
"version": "13.2.0",
44
"description": "Client for prometheus",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)