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

Commit 1603990

Browse files
chore(release): 3.0.0 [skip ci]
## [3.0.0](v2.0.1...v3.0.0) (2022-06-17) ### ⚠ BREAKING CHANGES * the connection API has changed ### Trivial Changes * **deps:** bump @libp2p/logger from 1.1.6 to 2.0.0 ([#160](#160)) ([9074c4a](9074c4a)) * update deps ([#164](#164)) ([d474a81](d474a81))
1 parent d474a81 commit 1603990

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [3.0.0](https://github.com/libp2p/js-libp2p-websockets/compare/v2.0.1...v3.0.0) (2022-06-17)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* the connection API has changed
7+
8+
### Trivial Changes
9+
10+
* **deps:** bump @libp2p/logger from 1.1.6 to 2.0.0 ([#160](https://github.com/libp2p/js-libp2p-websockets/issues/160)) ([9074c4a](https://github.com/libp2p/js-libp2p-websockets/commit/9074c4a6725b750a3f8c602aa2655c095d83973d))
11+
* update deps ([#164](https://github.com/libp2p/js-libp2p-websockets/issues/164)) ([d474a81](https://github.com/libp2p/js-libp2p-websockets/commit/d474a8184a0eec4c09c2ced5dd5d6314be536fb3))
12+
113
## [2.0.1](https://github.com/libp2p/js-libp2p-websockets/compare/v2.0.0...v2.0.1) (2022-06-16)
214

315

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