diff --git a/package-lock.json b/package-lock.json index 61a08bb..0a3fb3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "converter-csv-to-json", - "version": "1.4.1", + "version": "1.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "converter-csv-to-json", - "version": "1.4.1", + "version": "1.5.0", "license": "MIT", "devDependencies": { "@commitlint/cli": "^17.0.2", diff --git a/package.json b/package.json index 8218e97..4de64dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "async-convert-csv-to-json", - "version": "1.4.2", + "version": "1.5.0", "description": "convert csv file to json", "main": "index.js", "scripts": {