Skip to content

Commit

Permalink
Fix release [v0.2.1]
Browse files Browse the repository at this point in the history
  • Loading branch information
max committed Mar 19, 2022
1 parent b85db2c commit d962918
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# socket.io-nats

Last release: [v0.2.0](https://www.npmjs.com/package/socket.io-nats-adapter)
Last release: [v0.2.1](https://www.npmjs.com/package/socket.io-nats-adapter) - March 19, 2022

Pub/Sub adapter for socket.io using nats.io as pub/sub message queue

Expand All @@ -9,6 +9,13 @@ Pub/Sub adapter for socket.io using nats.io as pub/sub message queue

Please let us know if you have any comments or features you would like to request.

## Milestone

- `v0.3`
- [ ] Authmating test with jest
- [ ] Performance benchmark tool
- with `docker` environment

## Setting

Run script for docker setting
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": "socket.io-nats-adapter",
"version": "0.2.0",
"version": "0.2.1",
"description": "Pub/Sub adapter for socket.io using nats.io as pub/sub message queue",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit d962918

Please sign in to comment.