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

Commit f45c58d

Browse files
chore(release): 5.0.0 [skip ci]
## [5.0.0](v4.0.2...v5.0.0) (2023-01-06) ### ⚠ BREAKING CHANGES * update multiformats to v11 (#202) ### Bug Fixes * update multiformats to v11 ([#202](#202)) ([4f69ed4](4f69ed4)) ### Trivial Changes * add archive note to README ([#199](#199)) ([2d9fb2e](2d9fb2e))
1 parent 4f69ed4 commit f45c58d

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+
## [5.0.0](https://github.com/libp2p/js-libp2p-webrtc-direct/compare/v4.0.2...v5.0.0) (2023-01-06)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* update multiformats to v11 (#202)
7+
8+
### Bug Fixes
9+
10+
* update multiformats to v11 ([#202](https://github.com/libp2p/js-libp2p-webrtc-direct/issues/202)) ([4f69ed4](https://github.com/libp2p/js-libp2p-webrtc-direct/commit/4f69ed44509046992428068833d732ae0e3dc441))
11+
12+
13+
### Trivial Changes
14+
15+
* add archive note to README ([#199](https://github.com/libp2p/js-libp2p-webrtc-direct/issues/199)) ([2d9fb2e](https://github.com/libp2p/js-libp2p-webrtc-direct/commit/2d9fb2eae5fc6c6b33558d43549e1114e4789ee8))
16+
117
## [4.0.2](https://github.com/libp2p/js-libp2p-webrtc-direct/compare/v4.0.1...v4.0.2) (2022-11-15)
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": "4.0.2",
3+
"version": "5.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)