Skip to content

Commit

Permalink
Chore: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewscwei committed Feb 10, 2024
1 parent 15ef150 commit c351ca0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# node-message-broker ![CI](https://github.com/andrewscwei/node-message-broker/workflows/CI/badge.svg) ![CD](https://github.com/andrewscwei/node-message-broker/workflows/CD/badge.svg)
# node-message-broker [![npm](https://img.shields.io/npm/v/@andrewscwei/message-broker.svg)](https://www.npmjs.com/package/@andrewscwei/message-broker) [![CI](https://github.com/andrewscwei/node-message-broker/workflows/CI/badge.svg)](https://github.com/andrewscwei/node-message-broker/actions?query=workflow%3ACI) [![CD](https://github.com/andrewscwei/node-message-broker/workflows/CD/badge.svg)](https://github.com/andrewscwei/node-message-broker/actions?query=workflow%3ACD)

Zero-config Node.js message broker using [RabbitMQ](https://www.rabbitmq.com/) that helps managing AMQP connections and sending/receiving messages.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@andrewscwei/message-broker",
"version": "0.58.0",
"version": "0.59.0",
"description": "Node.js message broker that helps managing AMQP connections and sending/receiving messages",
"main": "build/index.js",
"type": "module",
Expand Down

0 comments on commit c351ca0

Please sign in to comment.