Skip to content

Commit

Permalink
Updated package.json and changelog for 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
elhigu committed Jul 1, 2019
1 parent 73f3e80 commit 5411263
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,11 @@ pool.removeAllListeners(eventName);

### Master

### 1.2.0 2019-06-02

- Passing unknown options throws an error #19 #32
- Diagnostic event handlers to allow monitoring pool behaviour #14 #23
- Dropped node 6 support #25 #28
- pool.destroy() now always waits for all pending destroys to finish before resolving #29

### 1.1.5 2019-04-06
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tarn",
"version": "1.1.5",
"version": "1.2.0",
"description": "Simple and robust resource pool for node.js",
"main": "lib/tarn.js",
"types": "lib/tarn.d.ts",
Expand Down

0 comments on commit 5411263

Please sign in to comment.