Skip to content

Commit 28f60b8

Browse files
chore(release): 2.5.2
Diff: 2.5.1...2.5.2
1 parent ca39942 commit 28f60b8

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# History
22

3+
- [2.5.2](#252-2023-01-12) (Jan 2023)
34
- [2.5.1](#251-2023-01-06) (Jan 2023)
45
- [2.5.0](#250-2023-01-06) (Jan 2023)
56
- [2.4.0](#240-2022-03-30) (Mar 2022)
@@ -12,12 +13,18 @@
1213
- [2.0.3](#203-2020-11-05) (Nov 2020)
1314
- [2.0.2](#202-2020-09-28) (Sep 2020)
1415
- [2.0.1](#201-2020-09-28) (Sep 2020)
15-
- [2.0.0](#200-2020-09-25) (Sep 2020)
16+
- [**2.0.0**](#200-2020-09-25) (Sep 2020)
1617

1718

1819

1920
# Release notes
2021

22+
## [2.5.2](https://github.com/socketio/socket.io-adapter/compare/2.5.1...2.5.2) (2023-01-12)
23+
24+
The `ws` dependency was moved from `peerDependencies` to `dependencies`, in order to prevent issues like [this](https://github.com/socketio/socket.io-redis-adapter/issues/478).
25+
26+
27+
2128
## [2.5.1](https://github.com/socketio/socket.io-adapter/compare/2.5.0...2.5.1) (2023-01-06)
2229

2330

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io-adapter",
3-
"version": "2.5.1",
3+
"version": "2.5.2",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)