Skip to content

Commit eff10ab

Browse files
chore(release): 0.4.0
Diff: 0.3.2...0.4.0
1 parent 6b02815 commit eff10ab

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,27 @@
11
# History
22

3-
- [0.3.2](#032-2024-01-23) (Jan 2024)
4-
- [0.3.1](#031-2024-01-10) (Jan 2024)
5-
- [0.3.0](#030-2023-02-23) (Feb 2023)
6-
- [0.2.1](#021-2022-05-03) (May 2022)
7-
- [0.2.0](#020-2022-04-27) (Apr 2022)
8-
- [0.1.0](#010-2021-06-01) (Jun 2021)
3+
| Version | Release date |
4+
|--------------------------|---------------|
5+
| [0.4.0](#040-2025-08-10) | August 2025 |
6+
| [0.3.2](#032-2024-01-23) | January 2024 |
7+
| [0.3.1](#031-2024-01-10) | January 2024 |
8+
| [0.3.0](#030-2023-02-23) | February 2023 |
9+
| [0.2.1](#021-2022-05-03) | May 2022 |
10+
| [0.2.0](#020-2022-04-27) | April 2022 |
11+
| [0.1.0](#010-2021-06-01) | June 2021 |
912

1013
# Release notes
1114

15+
## [0.4.0](https://github.com/socketio/socket.io-mongo-adapter/compare/0.3.2...0.4.0) (2025-08-10)
16+
17+
18+
### Features
19+
20+
* allow to specify additional change stream options ([#26](https://github.com/socketio/socket.io-mongo-adapter/issues/26)) ([eae849b](https://github.com/socketio/socket.io-mongo-adapter/commit/eae849b02202afa7ea7cfcf1e48ba2775aaaa982))
21+
22+
23+
24+
1225
## [0.3.2](https://github.com/socketio/socket.io-mongo-adapter/compare/0.3.1...0.3.2) (2024-01-23)
1326

1427

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.2",
3+
"version": "0.4.0",
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)