From 9e4e0aeb413085f62814ce576c0ae00f0c983623 Mon Sep 17 00:00:00 2001 From: Roberto Sebestyen Date: Mon, 22 May 2023 06:38:23 +0000 Subject: [PATCH] 2.12.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e989973..a9c70fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "console-log-json", - "version": "2.11.3", + "version": "2.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "console-log-json", - "version": "2.11.3", + "version": "2.12.0", "license": "MIT", "dependencies": { "app-root-path": "^3.1.0", diff --git a/package.json b/package.json index d4a6da1..aec8f93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "console-log-json", - "version": "2.11.3", + "version": "2.12.0", "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",