Skip to content

Commit

Permalink
Update changelog for 10.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Sep 26, 2017
1 parent 2d35627 commit 40d1318
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
## [Unreleased]
### Breaking
### Changed
- Update TypeScript definitions and JSDoc comments to match JavaScript sources

### Added

## [10.1.1] - 2017-09-26
### Changed
- Update TypeScript definitions and JSDoc comments to match JavaScript sources
- Fix lexical scope of `arguments` in cluster code

## [10.1.0] - 2017-09-04
### Added
- Support aggregating metrics across workers in a Node.js cluster.
Expand Down Expand Up @@ -73,7 +76,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Creating metrics with one argument per parameter - use object literals instead.


[Unreleased]: https://github.com/siimon/prom-client/compare/v10.1.0...HEAD
[Unreleased]: https://github.com/siimon/prom-client/compare/v10.1.1...HEAD
[10.1.0]: https://github.com/siimon/prom-client/compare/v10.1.0...v10.1.1
[10.1.0]: https://github.com/siimon/prom-client/compare/v10.0.4...v10.1.0
[10.0.4]: https://github.com/siimon/prom-client/compare/v10.0.3...v10.0.4
[10.0.3]: https://github.com/siimon/prom-client/compare/v10.0.2...v10.0.3
Expand Down

0 comments on commit 40d1318

Please sign in to comment.