Skip to content

Commit

Permalink
v13.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zbjornson committed Jan 25, 2021
1 parent b3199da commit e29a172
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,24 @@ project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

- Added: More examples with commented output

### Breaking

### Changed

- fix: push client attempting to write Promise
### Added

## [13.1.0] - 2021-01-24

### Changed

- fix: push client attempting to write Promise (fixes [#390](https://github.com/siimon/prom-client/issues/390))
- types: improve type checking of labels
- fix: Summary#observe should throw when adding additional labels to labelset (fixes [#262](https://github.com/siimon/prom-client/issues/262))

### Added

- feat: added the ability to pass labels as an object to `labels()` and `remove()`
- Added: More examples with commented output

## [13.0.0] - 2020-12-16

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prom-client",
"version": "13.0.0",
"version": "13.1.0",
"description": "Client for prometheus",
"main": "index.js",
"files": [
Expand Down

0 comments on commit e29a172

Please sign in to comment.