Skip to content

Commit

Permalink
chore(release): 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jun 11, 2024
1 parent cda5066 commit 2865fc5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# History

- [0.1.0](#010-2024-03-20) (Mar 2024)

| Version | Release date |
|--------------------------|--------------|
| [0.1.1](#011-2024-06-11) | June 2024 |
| [0.1.0](#010-2024-03-20) | March 2024 |

# Release notes

## [0.1.1](https://github.com/socketio/socket.io-aws-sqs-adapter/compare/0.1.0...0.1.1) (2024-06-11)


### Bug Fixes

* 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))



## 0.1.0 (2024-03-20)

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/aws-sqs-adapter",
"version": "0.1.0",
"version": "0.1.1",
"description": "The Socket.IO adapter for AWS Simple Queue Service (SQS), allowing to broadcast events between several Socket.IO servers",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 2865fc5

Please sign in to comment.