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

Commit

Permalink
Bumped v0.14.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Apr 27, 2014
1 parent 5d0c268 commit f8ff67f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
History
=======

## 0.14.1

* Fixed a non-compliant handling of 'some' wildcard with RedisAscoltatore.
* Pass options through JSONAscoltatore
[#101](https://github.com/mcollina/ascoltatori/pull/101).

## 0.14.0

* Rewrite topics only if needed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ascoltatori",
"version": "0.14.0",
"version": "0.14.1",
"description": "The pub/sub library for node backed by Redis, MongoDB, AMQP (RabbitMQ), ZeroMQ, MQTT (Mosquitto) or just plain node!",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f8ff67f

Please sign in to comment.