bump to 1.5.0

This commit is contained in:
Trent Mick 2015-09-06 23:03:32 -07:00
parent 2a078fec7a
commit 5e3e86cec3
4 changed files with 5 additions and 4 deletions

View file

@ -6,8 +6,9 @@ Known issues:
bug](https://github.com/TooTallNate/node-gyp/issues/65).
## bunyan 1.4.1 (not yet released)
## bunyan 1.5.0 (not yet released)
- [pull #294] Update to dtrace-provider 0.6 to fix with node 4.0 and io.js 3.0.
- Dropped support for 0.8 (can't install deps easily anymore for running
test suite). Bump to a recent iojs version for testing (though really
they move too fast). Note that dtrace-provider build fails for iojs v3.0

View file

@ -11,7 +11,7 @@
* vim: expandtab:ts=4:sw=4
*/
var VERSION = '1.4.1';
var VERSION = '1.5.0';
var p = console.log;
var util = require('util');

View file

@ -8,7 +8,7 @@
* vim: expandtab:ts=4:sw=4
*/
var VERSION = '1.4.1';
var VERSION = '1.5.0';
// Bunyan log format version. This becomes the 'v' field on all log records.
// `0` is until I release a version '1.0.0' of node-bunyan. Thereafter,

View file

@ -1,6 +1,6 @@
{
"name": "bunyan",
"version": "1.4.1",
"version": "1.5.0",
"description": "a JSON logging library for node.js services",
"author": "Trent Mick <trentm@gmail.com> (http://trentm.com)",
"main": "./lib/bunyan.js",