diff --git a/ChangeLog b/ChangeLog index 69c22e3..b64ea8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2019.12.30, v2.0.1 + +fix: +- (try-to-catch) minimal node: v4 -> v6 + +feature: +- (package) putout v7.3.4 +- (package) nyc v15.0.0 +- (package) nodemon v2.0.2 + + 2019.10.16, v2.0.0 feature: diff --git a/package.json b/package.json index 4c0ed14..1683cd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "try-to-catch", - "version": "2.0.0", + "version": "2.0.1", "author": "coderaiser (https://github.com/coderaiser)", "description": "function try-catch wrapper for promises", "homepage": "http://github.com/coderaiser/try-to-catch",