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

Commit dbcd3bb

Browse files
chore(release): 4.0.0 [skip ci]
## [4.0.0](v3.0.4...v4.0.0) (2022-10-07) ### ⚠ BREAKING CHANGES * bump @libp2p/interface-transport from 1.0.4 to 2.0.0 (#187) ### Dependencies * bump @libp2p/interface-transport from 1.0.4 to 2.0.0 ([#187](#187)) ([bfeaf1b](bfeaf1b))
1 parent bfeaf1b commit dbcd3bb

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+
## [4.0.0](https://github.com/libp2p/js-libp2p-websockets/compare/v3.0.4...v4.0.0) (2022-10-07)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* bump @libp2p/interface-transport from 1.0.4 to 2.0.0 (#187)
7+
8+
### Dependencies
9+
10+
* bump @libp2p/interface-transport from 1.0.4 to 2.0.0 ([#187](https://github.com/libp2p/js-libp2p-websockets/issues/187)) ([bfeaf1b](https://github.com/libp2p/js-libp2p-websockets/commit/bfeaf1bc695c2becff8c47839726f8105269ad9c))
11+
112
## [3.0.4](https://github.com/libp2p/js-libp2p-websockets/compare/v3.0.3...v3.0.4) (2022-09-21)
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": "3.0.4",
3+
"version": "4.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)