Skip to content

Commit

Permalink
version 2.0.5 (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Jan 8, 2021
1 parent a72af24 commit 0ff1ae2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# bunyan Changelog

See [the [email protected] changelog](https://github.com/trentm/node-bunyan/blob/1.x/CHANGES.md)
for details on recent 1.x releases.

Known issues:

- [issue #58] Can't install to a dir with spaces. This is [this node-gyp
bug](https://github.com/TooTallNate/node-gyp/issues/65).


## not yet released

(nothing yet)

## 2.0.5 (beta)

- [pull #575, #278] Change the default "req" serializer to accept expressjs's
`req.originalUrl` for the "url" field per
<https://expressjs.com/en/api.html#req.originalUrl>. (By @twelve17 and
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bunyan",
"version": "2.0.4",
"version": "2.0.5",
"description": "a JSON logging library for node.js services",
"author": "Trent Mick <[email protected]> (http://trentm.com)",
"main": "./lib/bunyan.js",
Expand Down

0 comments on commit 0ff1ae2

Please sign in to comment.