Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit 671187e

Browse files
chore(release): 6.0.0 [skip ci]
## [6.0.0](v5.0.10...v6.0.0) (2023-04-18) ### ⚠ BREAKING CHANGES * the type of the source/sink properties have changed ### Dependencies * update stream types ([#232](#232)) ([5a69d38](5a69d38))
1 parent 5a69d38 commit 671187e

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,3 +1,14 @@
1+
## [6.0.0](https://github.com/libp2p/js-libp2p-websockets/compare/v5.0.10...v6.0.0) (2023-04-18)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* the type of the source/sink properties have changed
7+
8+
### Dependencies
9+
10+
* update stream types ([#232](https://github.com/libp2p/js-libp2p-websockets/issues/232)) ([5a69d38](https://github.com/libp2p/js-libp2p-websockets/commit/5a69d38f68f0796f869d8becb5d02be1772cda94))
11+
112
## [5.0.10](https://github.com/libp2p/js-libp2p-websockets/compare/v5.0.9...v5.0.10) (2023-04-12)
213

314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/websockets",
3-
"version": "5.0.10",
3+
"version": "6.0.0",
44
"description": "JavaScript implementation of the WebSockets module that libp2p uses and that implements the interface-transport spec",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-websockets#readme",

0 commit comments

Comments
 (0)