Skip to content

Commit

Permalink
1.8.14
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Jun 29, 2020
1 parent 990426d commit a9fe41d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@ Known issues:

## not yet released

(nothing yet)

## 1.8.14

- [pull #558] Update minimum "moment" version to 2.19.3 for CVE-2017-18214.
- [issue #589] Use `os.EOL` for newlines in bunyan output, which helps with
some Unix-EOL-naive apps like notepad. (By @bwknight877.)
- Development change: Switched to GitHub Actions for CI.

## 1.8.13

Expand Down
2 changes: 1 addition & 1 deletion bin/bunyan
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* vim: expandtab:ts=4:sw=4
*/

var VERSION = '1.8.13';
var VERSION = '1.8.14';

var p = console.log;
var util = require('util');
Expand Down
6 changes: 3 additions & 3 deletions lib/bunyan.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/**
* Copyright (c) 2017 Trent Mick.
* Copyright (c) 2017 Joyent Inc.
* Copyright 2020 Trent Mick.
* Copyright 2020 Joyent Inc.
*
* The bunyan logging library for node.js.
*
* -*- mode: js -*-
* vim: expandtab:ts=4:sw=4
*/

var VERSION = '1.8.13';
var VERSION = '1.8.14';

/*
* Bunyan log format version. This becomes the 'v' field on all log records.
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": "bunyan",
"version": "1.8.13",
"version": "1.8.14",
"description": "a JSON logging library for node.js services",
"author": "Trent Mick <trentm@gmail.com> (http://trentm.com)",
"main": "./lib/bunyan.js",
Expand Down

0 comments on commit a9fe41d

Please sign in to comment.