Skip to content

Commit

Permalink
v13.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zbjornson committed Aug 9, 2021
1 parent 5fb2355 commit f817dd3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,12 @@ project adheres to [Semantic Versioning](http://semver.org/).

### Changed

### Added

## [13.2.0] - 2021-08-08

### Changed

- Don't add event listener to `process` if cluster module is not used.
- fix: set labels for default memory metrics on linux.
- fix: fix DEP0152 deprecation warning in Node.js v16+.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "prom-client",
"version": "13.1.0",
"version": "13.2.0",
"description": "Client for prometheus",
"main": "index.js",
"files": [
Expand Down

0 comments on commit f817dd3

Please sign in to comment.