diff --git a/CHANGELOG.md b/CHANGELOG.md index 8038285..148f31a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,6 @@ Placeholder for the next version (at the beginning of the line): ## **WORK IN PROGRESS** --> -## **WORK IN PROGRESS** +## 5.0.0 (2024-02-09) * Converted partially to ES6 * Emit "error" event on lwo level filesystem errors to allow logging and handling of them diff --git a/package-lock.json b/package-lock.json index 35fca10..7d6a13b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "winston-daily-rotate-file", - "version": "4.7.1", + "version": "5.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "winston-daily-rotate-file", - "version": "4.7.1", + "version": "5.0.0", "license": "MIT", "dependencies": { "file-stream-rotator": "^0.6.1", diff --git a/package.json b/package.json index c6baf58..88584d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "winston-daily-rotate-file", - "version": "4.7.1", + "version": "5.0.0", "description": "A transport for winston which logs to a rotating file each day.", "main": "index.js", "types": "index.d.ts",