From 99c2c2e84f3feb0e21ed491398da04c4934c00cd Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 7 Jun 2019 12:02:01 +0200 Subject: [PATCH] 8.0.1 --- 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 f54decc..a286112 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartlog-destination-local", - "version": "8.0.0", + "version": "8.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d863c5b..2171eed 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pushrocks/smartlog-destination-local", "private": false, - "version": "8.0.0", + "version": "8.0.1", "description": "a smartlog destination targeting the local console", "main": "dist/index.js", "typings": "dist/index.d.ts",