Skip to content

Commit 2865fc5

Browse files
chore(release): 0.1.1
Diff: 0.1.0...0.1.1
1 parent cda5066 commit 2865fc5

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
# History
22

3-
- [0.1.0](#010-2024-03-20) (Mar 2024)
4-
3+
| Version | Release date |
4+
|--------------------------|--------------|
5+
| [0.1.1](#011-2024-06-11) | June 2024 |
6+
| [0.1.0](#010-2024-03-20) | March 2024 |
57

68
# Release notes
79

10+
## [0.1.1](https://github.com/socketio/socket.io-aws-sqs-adapter/compare/0.1.0...0.1.1) (2024-06-11)
11+
12+
13+
### Bug Fixes
14+
15+
* make the "opts" argument optional ([#3](https://github.com/socketio/socket.io-aws-sqs-adapter/issues/3)) ([cda5066](https://github.com/socketio/socket.io-aws-sqs-adapter/commit/cda506606e4fc4d41e7e71db2b41c81655cc6aa2))
16+
17+
818

919
## 0.1.0 (2024-03-20)
1020

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socket.io/aws-sqs-adapter",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "The Socket.IO adapter for AWS Simple Queue Service (SQS), allowing to broadcast events between several Socket.IO servers",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)