Skip to content

Commit

Permalink
[dist] Maintenance release. 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Apr 20, 2018
1 parent c3dc8d3 commit d9304b8
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## v2.4.2 / 2018-04-20
### SUPER TROOPERS 2 EDITION

- [#1281] Use `Buffer.alloc` and `Buffer.from`.
- [#1086] clone() cloning prototype's custom methods.
- [#1188] Don't swallow Error message/stack when using formatter.
- Allow support for custom HTTP headers in HTTP transport
- [#1253] Fix 2.x README.md (fixes [#1179])
- Internal maintenance
- Add .gitignores from 3.x for easier maintenance switching.
- Add `package-lock.json` & `.gitattributes`

## v2.4.1 / 2018-03-09
### NODE@10 EDITION

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,7 +1,7 @@
{
"name": "winston",
"description": "A multi-transport async logging library for Node.js",
"version": "2.4.1",
"version": "2.4.2",
"author": "Charlie Robbins <[email protected]>",
"maintainers": [
"Jarrett Cruger <[email protected]>",

0 comments on commit d9304b8

Please sign in to comment.