Skip to content

Commit a1a4668

Browse files
committed
chore: release v5.0.0
* Converted partially to ES6 * Emit "error" event on lwo level filesystem errors to allow logging and handling of them
1 parent a8f5a3a commit a1a4668

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
Placeholder for the next version (at the beginning of the line):
44
## **WORK IN PROGRESS**
55
-->
6-
## **WORK IN PROGRESS**
6+
## 5.0.0 (2024-02-09)
77
* Converted partially to ES6
88
* Emit "error" event on lwo level filesystem errors to allow logging and handling of them

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "winston-daily-rotate-file",
3-
"version": "4.7.1",
3+
"version": "5.0.0",
44
"description": "A transport for winston which logs to a rotating file each day.",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)