Skip to content

Commit

Permalink
Added changlog and updated version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
elhigu committed Apr 18, 2020
1 parent d4921f8 commit b577cfc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,13 @@ pool.removeAllListeners(eventName);

### Master

### 3.0.0 2020-04-18

- Async validation support, now validation resource function can return a promise #45
- Fixed releasing abandoned resource after creation when create timeout #48

Released as major version, because async validation support did require lots of internal changes, which may cause sutil difference in behavior.

### 2.0.0 2019-06-02

- Accidentally published breaking changes in 1.2.0. Unpublished it and published again with correct version number 2.0.0 #33
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": "2.0.0",
"version": "3.0.0",
"description": "Simple and robust resource pool for node.js",
"main": "dist/tarn.js",
"types": "dist/tarn.d.ts",
Expand Down

0 comments on commit b577cfc

Please sign in to comment.