We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8cb4bb commit 2b52bd9Copy full SHA for 2b52bd9
CHANGELOG.md
@@ -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
6
# 3.1.3 (2024-02-25)
7
8
- fix: types export (#4a6c3fd)
package.json
@@ -1,6 +1,6 @@
{
"name": "debug-level",
- "version": "3.1.3",
+ "version": "3.1.4",
"description": "debug with levels",
"keywords": [
"debug",
@@ -105,7 +105,7 @@
105
"mocha": "^10.3.0",
106
"npm-run-all2": "^6.1.2",
107
"rimraf": "^5.0.5",
108
- "rollup": "^4.12.1",
+ "rollup": "^4.13.0",
109
"sinon": "^17.0.1",
110
"typescript": "^5.4.2",
111
"webpack": "^5.90.3",
0 commit comments