From d41401030aba522a65e55633a55530008af73d17 Mon Sep 17 00:00:00 2001 From: Dominik Sigmund <dominik.sigmund@br.de> Date: Tue, 28 Sep 2021 11:42:48 +0200 Subject: [PATCH] 2.12.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 357eb5a..5f6f8d3 100755 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@general/log", - "version": "2.11.0", + "version": "2.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0820a7c..20cccbf 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@general/log", - "version": "2.11.0", + "version": "2.12.0", "description": "A simple Logger with Options!", "main": "index.js", "scripts": { -- GitLab