Skip to content

Commit

Permalink
chore: release v5.0.0
Browse files Browse the repository at this point in the history
* Converted partially to ES6
* Emit "error" event on lwo level filesystem errors to allow logging and handling of them
  • Loading branch information
Apollon77 committed Feb 9, 2024
1 parent a8f5a3a commit a1a4668
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a1a4668

Please sign in to comment.