You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-3
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,24 @@ project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [Unreleased]
9
9
10
-
- Added: More examples with commented output
11
-
12
10
### Breaking
13
11
14
12
### Changed
15
13
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))
17
21
- types: improve type checking of labels
18
22
- fix: Summary#observe should throw when adding additional labels to labelset (fixes [#262](https://github.com/siimon/prom-client/issues/262))
19
23
20
24
### Added
21
25
22
26
- feat: added the ability to pass labels as an object to `labels()` and `remove()`
0 commit comments