From d2182f14ef45e2131f226a4d448e57934c547abc Mon Sep 17 00:00:00 2001 From: Matt Berther Date: Mon, 30 May 2022 13:47:35 -0600 Subject: [PATCH] 4.7.1 --- 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 047b2da..d4fe743 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "winston-daily-rotate-file", - "version": "4.7.0", + "version": "4.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "winston-daily-rotate-file", - "version": "4.7.0", + "version": "4.7.1", "license": "MIT", "dependencies": { "file-stream-rotator": "^0.6.1", diff --git a/package.json b/package.json index c1b5ec2..8f16c12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "winston-daily-rotate-file", - "version": "4.7.0", + "version": "4.7.1", "description": "A transport for winston which logs to a rotating file each day.", "main": "index.js", "types": "index.d.ts",