From bb1ab77c3ea2a4a4d6a39e34628e909f4e3a09e3 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Sun, 28 Feb 2016 22:45:37 -0800 Subject: [PATCH] bumpver for subsequent work --- CHANGES.md | 5 +++++ bin/bunyan | 2 +- lib/bunyan.js | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index cc69116..7ef346f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,11 @@ Known issues: bug](https://github.com/TooTallNate/node-gyp/issues/65). +## 1.7.2 (not yet released) + +(nothing yet) + + ## 1.7.1 - [issue #332, pull #355] Ensure stream for type='stream' stream is a writable diff --git a/bin/bunyan b/bin/bunyan index 49a24e6..aa7cd17 100755 --- a/bin/bunyan +++ b/bin/bunyan @@ -11,7 +11,7 @@ * vim: expandtab:ts=4:sw=4 */ -var VERSION = '1.7.1'; +var VERSION = '1.7.2'; var p = console.log; var util = require('util'); diff --git a/lib/bunyan.js b/lib/bunyan.js index 9e5b30f..87cb911 100644 --- a/lib/bunyan.js +++ b/lib/bunyan.js @@ -8,7 +8,7 @@ * vim: expandtab:ts=4:sw=4 */ -var VERSION = '1.7.1'; +var VERSION = '1.7.2'; /* * Bunyan log format version. This becomes the 'v' field on all log records. diff --git a/package.json b/package.json index f59963c..a64dde0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bunyan", - "version": "1.7.1", + "version": "1.7.2", "description": "a JSON logging library for node.js services", "author": "Trent Mick (http://trentm.com)", "main": "./lib/bunyan.js",