Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit f0d309d

Browse files
committed
Bumped 0.15.0.
1 parent cb3d15d commit f0d309d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
History
33
=======
44

5+
## 0.15.0
6+
7+
* Added options handling for RedisAscoltatore and MongoAscoltatore.
8+
* RedisAscoltatore now publish json.
9+
510
## 0.14.1
611

712
* Fixed a non-compliant handling of 'some' wildcard with RedisAscoltatore.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ascoltatori",
3-
"version": "0.14.1-1",
3+
"version": "0.15.0",
44
"description": "The pub/sub library for node backed by Redis, MongoDB, AMQP (RabbitMQ), ZeroMQ, MQTT (Mosquitto) or just plain node!",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)