From 2731d9ea5b912203e6fdd6329afd61cb7e4bfac7 Mon Sep 17 00:00:00 2001 From: Adarsh Madrecha Date: Sat, 22 Jan 2022 22:39:44 +0530 Subject: [PATCH] 0.2.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f2db7ab..b820d1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "papaunparse", - "version": "0.2.0", + "version": "0.2.1", "description": "unparse function of papaparse", "main": "index.js", "type": "module", @@ -23,4 +23,4 @@ "url": "https://github.com/madrecha/papaunparse/issues" }, "homepage": "https://github.com/madrecha/papaunparse#readme" -} \ No newline at end of file +}