Skip to content

Commit 25ba61f

Browse files
committedAug 19, 2022
Bumped v8.4.2
Signed-off-by: Matteo Collina <hello@matteocollina.com>
1 parent a7ee8ab commit 25ba61f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎lib/meta.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
'use strict'
22

3-
module.exports = { version: '8.4.1' }
3+
module.exports = { version: '8.4.2' }

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pino",
3-
"version": "8.4.1",
3+
"version": "8.4.2",
44
"description": "super fast, all natural json logger",
55
"main": "pino.js",
66
"type": "commonjs",

0 commit comments

Comments
 (0)
Please sign in to comment.