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

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Oct 12, 2022
1 parent fc53a59 commit 1bc61e5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [4.0.0](https://github.com/libp2p/js-libp2p-webrtc-direct/compare/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](https://github.com/libp2p/js-libp2p-webrtc-direct/issues/194)) ([fc53a59](https://github.com/libp2p/js-libp2p-webrtc-direct/commit/fc53a59e52c7d4111944008c08e183546706b823))


### Dependencies

* **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))

## [3.0.0](https://github.com/libp2p/js-libp2p-webrtc-direct/compare/v2.0.3...v3.0.0) (2022-10-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/webrtc-direct",
"version": "3.0.0",
"version": "4.0.0",
"description": "Dial using WebRTC without the need to set up any Signalling Rendezvous Point! ",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-webrtc-direct#readme",
Expand Down

0 comments on commit 1bc61e5

Please sign in to comment.