diff --git a/package-lock.json b/package-lock.json index 33fd50f..03f3a4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "console-log-json", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "console-log-json", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "dependencies": { "app-root-path": "^3.1.0", diff --git a/package.json b/package.json index 06bb1fe..800261e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "console-log-json", - "version": "3.0.0", + "version": "3.0.1", "description": "A universal JSON logger that plugs in to the existing `console.log` native function. console.log() anything and have the output be formatted to single line JSON, including stack traces, so that it can be easily parsed by tool such as LogDNA or other log ingestion service that reads JSON.", "private": false, "types": "dist/index.d.ts",