Skip to content

Commit 57a6dfb

Browse files
chore(release): 0.3.1
Diff: 0.3.0...0.3.1
1 parent 075216f commit 57a6dfb

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
# History
22

3+
- [0.3.1](#031-2024-01-10) (Jan 2024)
34
- [0.3.0](#030-2023-02-23) (Feb 2023)
45
- [0.2.1](#021-2022-05-03) (May 2022)
56
- [0.2.0](#020-2022-04-27) (Apr 2022)
67
- [0.1.0](#010-2021-06-01) (Jun 2021)
78

89
# Release notes
910

11+
## [0.3.1](https://github.com/socketio/socket.io-mongo-adapter/compare/0.3.0...0.3.1) (2024-01-10)
12+
13+
14+
### Bug Fixes
15+
16+
* add support for mongodb@6 ([1a04885](https://github.com/socketio/socket.io-mongo-adapter/commit/1a0488562f1e8b4171af20378aacfa43072980dd))
17+
* properly handle promise rejections ([075216f](https://github.com/socketio/socket.io-mongo-adapter/commit/075216f7decac3e8660c39dc1009a27d786ca1ad))
18+
19+
20+
1021
## [0.3.0](https://github.com/socketio/socket.io-mongo-adapter/compare/0.2.1...0.3.0) (2023-02-23)
1122

1223

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socket.io/mongo-adapter",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "The Socket.IO MongoDB adapter, allowing to broadcast events between several Socket.IO servers",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)