diff --git a/ChangeLog b/ChangeLog index c2e678e..7b6fcad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2022.03.18, v2.1.0 + +feature: +- escover: improve support of CallExpression without loc + + 2022.03.07, v2.0.2 fix: diff --git a/package.json b/package.json index 81ef2c4..e54b914 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "escover", - "version": "2.0.2", + "version": "2.1.0", "author": "coderaiser (https://github.com/coderaiser)", "description": "Coverage for EcmaScript Modules", "main": "lib/escover.js",