Skip to content

Commit 2b52bd9

Browse files
committed
3.1.4
1 parent a8cb4bb commit 2b52bd9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 3.1.4 (2024-03-13)
2+
3+
- fix(#23): reuse same sonic streams (#451e6c0)
4+
- chore: bump dev dependencies (#2f6d723)
5+
16
# 3.1.3 (2024-02-25)
27

38
- fix: types export (#4a6c3fd)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "debug-level",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"description": "debug with levels",
55
"keywords": [
66
"debug",
@@ -105,7 +105,7 @@
105105
"mocha": "^10.3.0",
106106
"npm-run-all2": "^6.1.2",
107107
"rimraf": "^5.0.5",
108-
"rollup": "^4.12.1",
108+
"rollup": "^4.13.0",
109109
"sinon": "^17.0.1",
110110
"typescript": "^5.4.2",
111111
"webpack": "^5.90.3",

0 commit comments

Comments
 (0)