Skip to content

Commit e29a172

Browse files
committed
v13.1.0
1 parent b3199da commit e29a172

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,24 @@ project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10-
- Added: More examples with commented output
11-
1210
### Breaking
1311

1412
### Changed
1513

16-
- fix: push client attempting to write Promise
14+
### Added
15+
16+
## [13.1.0] - 2021-01-24
17+
18+
### Changed
19+
20+
- fix: push client attempting to write Promise (fixes [#390](https://github.com/siimon/prom-client/issues/390))
1721
- types: improve type checking of labels
1822
- fix: Summary#observe should throw when adding additional labels to labelset (fixes [#262](https://github.com/siimon/prom-client/issues/262))
1923

2024
### Added
2125

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

2429
## [13.0.0] - 2020-12-16
2530

package.json

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

0 commit comments

Comments
 (0)