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 5fb2355 commit f817dd3Copy full SHA for f817dd3
CHANGELOG.md
@@ -11,6 +11,12 @@ project adheres to [Semantic Versioning](http://semver.org/).
11
12
### Changed
13
14
+### Added
15
+
16
+## [13.2.0] - 2021-08-08
17
18
+### Changed
19
20
- Don't add event listener to `process` if cluster module is not used.
21
- fix: set labels for default memory metrics on linux.
22
- fix: fix DEP0152 deprecation warning in Node.js v16+.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "prom-client",
3
- "version": "13.1.0",
+ "version": "13.2.0",
4
"description": "Client for prometheus",
5
"main": "index.js",
6
"files": [
0 commit comments