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 55e25f8 commit 90e728eCopy full SHA for 90e728e
lib/meta.js
@@ -1,3 +1,3 @@
1
'use strict'
2
3
-module.exports = { version: '8.2.0' }
+module.exports = { version: '8.3.0' }
package.json
@@ -1,6 +1,6 @@
{
"name": "pino",
- "version": "8.2.0",
+ "version": "8.3.0",
4
"description": "super fast, all natural json logger",
5
"main": "pino.js",
6
"type": "commonjs",
@@ -117,7 +117,7 @@
117
"quick-format-unescaped": "^4.0.3",
118
"real-require": "^0.1.0",
119
"safe-stable-stringify": "^2.3.1",
120
- "sonic-boom": "^3.0.0",
+ "sonic-boom": "^3.1.0",
121
"thread-stream": "^2.0.0"
122
},
123
"tsd": {
0 commit comments