From 81657d9da74fb60ab3be6891448ce049e355b56a Mon Sep 17 00:00:00 2001 From: Vladyslav Usenko Date: Mon, 29 Apr 2019 12:57:08 +0300 Subject: [PATCH] release 1.0.0, add examples description in readme --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 902e0ec..e37905c 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,10 @@ NabbitMQ has **its own set of error classes**, therefore it makes it easy for de In the end, the main principle and goal is to have a solid and reliable solution out of the box, while working with RabbitMQ. +### Examples + +You can find examples under the examples folder. There are required nodemon configs and also a docker container of RabbitMq with management plugin within for your convenience. + ### Quick start This snippet demonstrates how you can easily spin up a solid RabbitMQ setup and quickly start to consume a stream of events from it. Under the hood, NabbitMQ creates all necessary bindings, exchanges, dead letter queues and provides you with **reconnect logic**. diff --git a/package.json b/package.json index 0f1ac19..cced1e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nabbitmq", - "version": "0.1.2", + "version": "1.0.0", "description": "An open source RabbitMQ client based on RxJS streams", "main": "lib/index.js", "scripts": {