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

Commit 1bc61e5

Browse files
chore(release): 4.0.0 [skip ci]
## [4.0.0](v3.0.0...v4.0.0) (2022-10-12) ### ⚠ BREAKING CHANGES * modules no longer implement `Initializable` instead switching to constructor injection ### Bug Fixes * remove @libp2p/components ([#194](#194)) ([fc53a59](fc53a59)) ### Dependencies * **dev:** bump @libp2p/interface-mocks from 4.0.3 to 6.0.1 ([#192](#192)) ([5cf8ccc](5cf8ccc))
1 parent fc53a59 commit 1bc61e5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [4.0.0](https://github.com/libp2p/js-libp2p-webrtc-direct/compare/v3.0.0...v4.0.0) (2022-10-12)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* modules no longer implement `Initializable` instead switching to constructor injection
7+
8+
### Bug Fixes
9+
10+
* remove @libp2p/components ([#194](https://github.com/libp2p/js-libp2p-webrtc-direct/issues/194)) ([fc53a59](https://github.com/libp2p/js-libp2p-webrtc-direct/commit/fc53a59e52c7d4111944008c08e183546706b823))
11+
12+
13+
### Dependencies
14+
15+
* **dev:** bump @libp2p/interface-mocks from 4.0.3 to 6.0.1 ([#192](https://github.com/libp2p/js-libp2p-webrtc-direct/issues/192)) ([5cf8ccc](https://github.com/libp2p/js-libp2p-webrtc-direct/commit/5cf8ccc73782f40da643d0a646f33561a1e7cc83))
16+
117
## [3.0.0](https://github.com/libp2p/js-libp2p-webrtc-direct/compare/v2.0.3...v3.0.0) (2022-10-07)
218

319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/webrtc-direct",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "Dial using WebRTC without the need to set up any Signalling Rendezvous Point! ",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-webrtc-direct#readme",

0 commit comments

Comments
 (0)