Skip to content

Commit

Permalink
chore(release): 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
botflux committed Apr 7, 2024
1 parent 9ed1ef5 commit 522b8ad
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [0.0.4](https://github.com/botflux/pino-logfmt/compare/v0.0.3...v0.0.4) (2024-04-07)


### Features

* introduce new `escapeMutlilineStrings` option ([18111c0](https://github.com/botflux/pino-logfmt/commit/18111c0607f2ca25be41d9040066c6b2415bcfa1))

## [0.0.3](https://github.com/botflux/pino-logfmt/compare/v0.0.2...v0.0.3) (2024-03-20)

## [0.0.2](https://github.com/botflux/pino-logfmt/compare/v0.0.1...v0.0.2) (2024-03-20)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pino-logfmt",
"version": "0.0.3",
"version": "0.0.4",
"description": "Logfmt transport for pino",
"main": "./src/transport.js",
"bin": "./src/bin.js",
Expand Down Expand Up @@ -58,7 +58,11 @@
]
},
"lint-staged": {
"src/**/*.js": [ "standard --fix" ],
"tests/**/*.js": [ "standard --fix" ]
"src/**/*.js": [
"standard --fix"
],
"tests/**/*.js": [
"standard --fix"
]
}
}

0 comments on commit 522b8ad

Please sign in to comment.