From 97edb38c970824039766369058df47d81a445f28 Mon Sep 17 00:00:00 2001 From: shellscape Date: Tue, 25 Sep 2018 08:14:01 -0400 Subject: [PATCH] chore(release): v2.0.0 --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index d7b6c85..eb5833c 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,6 @@ { "name": "csv-parser", - "version": "2.0.0-beta.1", - "publishConfig": { - "tag": "beta" - }, + "version": "2.0.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",