diff --git a/ChangeLog b/ChangeLog index b64ea8a..d073782 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2020.02.24, v3.0.0 + +feature: +- (try-to-catch) promise -> async + + 2019.12.30, v2.0.1 fix: diff --git a/package.json b/package.json index 2ac43ba..f55f236 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "try-to-catch", - "version": "2.0.1", + "version": "3.0.0", "author": "coderaiser (https://github.com/coderaiser)", "description": "function try-catch wrapper for promises", "homepage": "http://github.com/coderaiser/try-to-catch",