Skip to content

Commit f408096

Browse files
feat: Add docs
1 parent 13e12ea commit f408096

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ A NestJS library for managing asynchronous and synchronous messages (service bus
2020

2121
---
2222

23+
## Documentation
24+
25+
https://nestjstools.gitbook.io/nestjstools-messaging-docs
26+
27+
---
28+
2329
## Example project based on RaabitMQ example
2430

2531
Repository: https://github.com/nestjstools/messaging-rabbitmq-example

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjstools/messaging",
3-
"version": "2.15.0",
3+
"version": "2.16.0",
44
"description": "Simplifies asynchronous and synchronous message handling with support for buses, handlers, channels, and consumers. Build scalable, decoupled applications with ease and reliability.",
55
"author": "Sebastian Iwanczyszyn",
66
"license": "MIT",

0 commit comments

Comments
 (0)