diff --git a/package-lock.json b/package-lock.json index 1ba262c..a3ac614 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "winston-daily-rotate-file", - "version": "4.5.5", + "version": "4.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "winston-daily-rotate-file", - "version": "4.5.5", + "version": "4.6.0", "license": "MIT", "dependencies": { "file-stream-rotator": "^0.6.1", diff --git a/package.json b/package.json index 796c7dc..5c38edb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "winston-daily-rotate-file", - "version": "4.5.5", + "version": "4.6.0", "description": "A transport for winston which logs to a rotating file each day.", "main": "index.js", "types": "index.d.ts",