Skip to content

Commit ac3aaab

Browse files
committed
4.1.0
1 parent 6a4a086 commit ac3aaab

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 4.1.0 (2025-02-10)
2+
3+
- feat(ProcLog): static methods wrapConsole, wrapDebug on ProcLog (#4f032a8)
4+
- fix(node): wrapDebug with options (#1dee762)
5+
- feat(LogEcs): static methods wrapConsole, wrapDebug on LogEcs (#572d1fb)
6+
- fix(typescript): serializer types (#a46d4f5)
7+
- fix(node,ProcLog): change EVENT_NAME to EVENT_PROC_LOG (#f50dcbe)
8+
- fix(node): ProcLog types (#40c39e6)
9+
- docs: fix proc-log event-name (#b909cf8)
10+
- fix(node): rename proc-log event-name (#66a6730)
11+
- feat(node): ProcLog (#91db610)
12+
- fix(node): prevent crash if color is undefined (#2899014)
13+
- docs: update benchmarks (#177b0ce)
14+
115
# 4.0.0 (2025-02-09)
216

317
- fix: linting with eslint prettier (#e309f0e)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "debug-level",
3-
"version": "4.1.0-0",
3+
"version": "4.1.0",
44
"description": "debug with levels",
55
"keywords": [
66
"debug",

0 commit comments

Comments
 (0)