From 28e52193c68881517624e4c2b708484482a6a6f6 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Fri, 16 Jan 2015 23:02:29 -0800 Subject: [PATCH] meta data prepping for release --- AUTHORS | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index b09cb99..526ba14 100644 --- a/AUTHORS +++ b/AUTHORS @@ -17,3 +17,4 @@ Alex Kocharin (https://github.com/rlidwka) Andrei Neculau (https://github.com/andreineculau) Mihai Tomescu (https://github.com/matomesc) Daniel Juhl (https://github.com/danieljuhl) +Chris Barber (https://github.com/cb1kenobi) diff --git a/package.json b/package.json index 857ab17..a6baa36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bunyan", - "version": "1.2.5", + "version": "1.3.0", "description": "a JSON logging library for node.js services", "author": "Trent Mick (http://trentm.com)", "main": "./lib/bunyan.js",