Skip to content

Commit 7865e04

Browse files
author
James Butler
committed
bump version and changelog
1 parent a6ddb42 commit 7865e04

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## [3.1.7] - Febuary 9 2017
4+
- fix warning when using bluebird promise impl (@benny-medflyt)
5+
36
## [3.1.6] - December 28 2016
47
- fix #173 where pool would not attempt to dispense reources upon `pool.destroy`
58
- fix some out of date readme section
@@ -150,7 +153,8 @@
150153
- First NPM release
151154

152155
=======
153-
[unreleased]: https://github.com/coopernurse/node-pool/compare/v3.1.6...HEAD
156+
[unreleased]: https://github.com/coopernurse/node-pool/compare/v3.1.7...HEAD
157+
[3.1.7]: https://github.com/coopernurse/node-pool/compare/v3.1.6...v3.1.7
154158
[3.1.6]: https://github.com/coopernurse/node-pool/compare/v3.1.5...v3.1.6
155159
[3.1.5]: https://github.com/coopernurse/node-pool/compare/v3.1.4...v3.1.5
156160
[3.1.4]: https://github.com/coopernurse/node-pool/compare/v3.1.3...v3.1.4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "generic-pool",
33
"description": "Generic resource pooling for Node.JS",
4-
"version": "3.1.6",
4+
"version": "3.1.7",
55
"author": "James Cooper <james@bitmechanic.com>",
66
"contributors": [
77
{

0 commit comments

Comments
 (0)