Skip to content

Commit 22bb31a

Browse files
authored
Revert pr 1896 (#2052) for rerelease
* Revert "typed level type" This reverts commit 3b21cc4. * Update version & release notes
1 parent a320b0c commit 22bb31a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## v3.5.1 / 2022-01-31
4+
5+
This release reverts the changes made in PR #1896 which added stricter typing to the available log levels,
6+
and inadvertently broke use of custom levels with TypeScript (Issue #2047). Apologies for that!
7+
38
## v3.5.0 / 2022-01-27
49

510
This release includes the following, in sequence by first merge in group:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "winston",
33
"description": "A logger for just about everything.",
4-
"version": "3.5.0",
4+
"version": "3.5.1",
55
"author": "Charlie Robbins <[email protected]>",
66
"maintainers": [
77
"David Hyde <[email protected]>"

0 commit comments

Comments
 (0)