Skip to content

Commit

Permalink
Bumped v1.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Dec 5, 2022
1 parent ee13139 commit ec6c3e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use-strict'

const pretty = require('pino-pretty')
const { messageFormatFactory } = require('./lib/messageFormatFactory')
const messageFormatFactory = require('./lib/messageFormatFactory')

const oneLineLogger = (opts = {}) => {
const { colorize, ...rest } = opts
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fastify/one-line-logger",
"version": "1.1.0",
"version": "1.1.1",
"description": "A simple formatter for fastify's logs",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit ec6c3e7

Please sign in to comment.