Skip to content

Commit

Permalink
bump changelog and version for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
James Edward Butler committed Jan 17, 2019
1 parent 541a242 commit 87fb28a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [3.5.0] - January 17 2019
- update nodejs versions tested by travis
- eviction iterator no longer stops when reaching end of object list #243 (@DiegoRBaquero)
- fix #192 softIdleTimeoutMillis = -1 no longer triggers evictor to run #242 (@DiegoRBaquero)
- fix #234 maxWaitingClients = 0 is no longer ignored #247 (@anupbaldawa)

## [3.4.2] - Febuary 16 2018
- fix `pool.use` to resolve after user supplied function has finished. (@asannes)

Expand Down Expand Up @@ -174,7 +180,8 @@

=======

[unreleased]: https://github.com/coopernurse/node-pool/compare/v3.4.2...HEAD
[unreleased]: https://github.com/coopernurse/node-pool/compare/v3.5.0...HEAD
[3.5.0]: https://github.com/coopernurse/node-pool/compare/v3.4.2...v3.5.0
[3.4.2]: https://github.com/coopernurse/node-pool/compare/v3.4.1...v3.4.2
[3.4.1]: https://github.com/coopernurse/node-pool/compare/v3.4.0...v3.4.1
[3.4.0]: https://github.com/coopernurse/node-pool/compare/v3.3.0...v3.4.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "generic-pool",
"description": "Generic resource pooling for Node.JS",
"version": "3.4.2",
"version": "3.5.0",
"author": "James Cooper <[email protected]>",
"contributors": [
{
Expand Down

0 comments on commit 87fb28a

Please sign in to comment.