From f36943bb2d3bf490ffcc074627ab33378f3b755a Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Sun, 21 Feb 2016 17:18:54 -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 e127345..eccf158 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,11 @@ Known issues: bug](https://github.com/TooTallNate/node-gyp/issues/65). +## 1.7.1 (not yet released) + +(nothing yet) + + ## 1.7.0 - [pull #311, #302, #310] Improve the runtime environment detection to fix diff --git a/bin/bunyan b/bin/bunyan index 891d823..815bbb8 100755 --- a/bin/bunyan +++ b/bin/bunyan @@ -11,7 +11,7 @@ * vim: expandtab:ts=4:sw=4 */ -var VERSION = '1.7.0'; +var VERSION = '1.7.1'; var p = console.log; var util = require('util'); diff --git a/lib/bunyan.js b/lib/bunyan.js index 70b09ad..1e41eef 100644 --- a/lib/bunyan.js +++ b/lib/bunyan.js @@ -8,7 +8,7 @@ * vim: expandtab:ts=4:sw=4 */ -var VERSION = '1.7.0'; +var VERSION = '1.7.1'; /* * Bunyan log format version. This becomes the 'v' field on all log records. diff --git a/package.json b/package.json index 739a037..f59963c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bunyan", - "version": "1.7.0", + "version": "1.7.1", "description": "a JSON logging library for node.js services", "author": "Trent Mick (http://trentm.com)", "main": "./lib/bunyan.js",