From 00f03e1cff83f921f02646cd2bfe5111f4099237 Mon Sep 17 00:00:00 2001 From: shellscape Date: Mon, 13 May 2019 09:27:38 -0400 Subject: [PATCH] chore(release): 2.3.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",