From f1e3ca6014a89b5c6eb73e5aabdbf2c37ed5ab72 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 10 Nov 2018 23:29:36 +0100 Subject: [PATCH] 7.0.5 --- 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 1b88102..9f30ece 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartlog-destination-local", - "version": "7.0.4", + "version": "7.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7695e3b..2f3b74b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pushrocks/smartlog-destination-local", "private": false, - "version": "7.0.4", + "version": "7.0.5", "description": "a smartlog destination targeting the local console", "main": "dist/index.js", "typings": "dist/index.d.ts",