Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Apr 6, 2023
1 parent 65efc96 commit 7dc9bd3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# History

- [0.1.0](#010-2023-04-06) (April 2023)

# Release notes

## 0.1.0 (2023-04-06)

First release!
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socket.io/redis-streams-adapter",
"version": "0.0.1",
"version": "0.1.0",
"description": "The Socket.IO adapter based on Redis Streams, allowing to broadcast events between several Socket.IO servers",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -42,5 +42,10 @@
},
"engines": {
"node": ">=14.0.0"
}
},
"keywords": [
"socket.io",
"redis",
"adapter"
]
}

0 comments on commit 7dc9bd3

Please sign in to comment.