Skip to content

Commit 4f9426d

Browse files
author
M. Peter
committed
bump version 0.1.0
1 parent dd8cc95 commit 4f9426d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ The writer is connected to `nsqd`
530530
## Release History
531531
|Version|Date|Description|
532532
|:--:|:--:|:--|
533+
|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)|
533534
|0.0.7|2016-01-20|Added raw nsqjs Message as last argument to the `message` event |
534535
|0.0.6|2015-12-04|Bugfix on setting an array configuration; added code banner|
535536
|0.0.5|2015-12-03|Added namespaces and made multiple parallel logger instances possible.|

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nsq-logger",
3-
"version": "0.0.7",
3+
"version": "0.1.0",
44
"description": "A nsq reader factory to handle readers multiple topics based on the `nsq-topics` module",
55
"keywords": [],
66
"homepage": "https://github.com/mpneuried/nsq-logger",

0 commit comments

Comments
 (0)