diff --git a/package-lock.json b/package-lock.json index 70fadf7..b894bab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "csv-parser", - "version": "2.2.1", + "version": "2.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 490afd5..55184aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csv-parser", - "version": "2.2.1", + "version": "2.3.0", "description": "Streaming CSV parser that aims for maximum speed as well as compatibility with the csv-spectrum test suite", "license": "MIT", "repository": "mafintosh/csv-parser",