From 4f9426d22eb080ee9550d207fdc6d86481a1692b Mon Sep 17 00:00:00 2001 From: "M. Peter" Date: Fri, 15 Jul 2016 13:49:40 +0200 Subject: [PATCH] bump version 0.1.0 --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b1e902..c1ae3a9 100644 --- a/README.md +++ b/README.md @@ -530,6 +530,7 @@ The writer is connected to `nsqd` ## Release History |Version|Date|Description| |:--:|:--:|:--| +|0.1.0|2016-07-15|Updated dependencies [Issue#2](https://github.com/mpneuried/nsq-logger/issues/2) and optimized activate [Issue#3](https://github.com/mpneuried/nsq-logger/issues/3)| |0.0.7|2016-01-20|Added raw nsqjs Message as last argument to the `message` event | |0.0.6|2015-12-04|Bugfix on setting an array configuration; added code banner| |0.0.5|2015-12-03|Added namespaces and made multiple parallel logger instances possible.| diff --git a/package.json b/package.json index ffd6f33..46edea9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nsq-logger", - "version": "0.0.7", + "version": "0.1.0", "description": "A nsq reader factory to handle readers multiple topics based on the `nsq-topics` module", "keywords": [], "homepage": "https://github.com/mpneuried/nsq-logger",