diff --git a/ChangeLog b/ChangeLog index 137854c..fafbc6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2019.01.11, v1.4.1 + +fix: +- (estree-to-babel) Literal in ObjectMmethod + + 2019.01.10, v1.4.0 feature: diff --git a/package.json b/package.json index 014f36b..3336dd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "estree-to-babel", - "version": "1.4.0", + "version": "1.4.1", "author": "coderaiser (https://github.com/coderaiser)", "description": "convert estree ast to babel", "homepage": "http://github.com/coderaiser/estree-to-babel",