Skip to content

Commit

Permalink
chore: update changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Mar 6, 2023
1 parent eee3485 commit 734bf26
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ project adheres to [Semantic Versioning](http://semver.org/).

### Changed

### Added

## [14.2.0] - 2023-03-06

### Changed

- Refactor `getMetricAsPrometheusString` method in the `Registry` class to use `Array.prototype.join`
instead of loop of string concatenations.
- Also use `Array.prototype.map`, and object spread instead of an explicit `for` loop
Expand Down

0 comments on commit 734bf26

Please sign in to comment.