diff --git a/ChangeLog b/ChangeLog index a6ac043..788eb71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2023.06.20, v5.2.0 + +fix: +- 4761331 missing loc (#14) + +feature: +- 04f7587 convert-import-to-call: add loc + 2023.06.19, v5.1.0 fix: diff --git a/package.json b/package.json index 4398ec9..dd99141 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "estree-to-babel", - "version": "5.1.0", + "version": "5.2.0", "type": "commonjs", "author": "coderaiser (https://github.com/coderaiser)", "description": "convert estree ast to babel",