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

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jan 6, 2023
1 parent 4f69ed4 commit f45c58d
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 @@
## [5.0.0](https://github.com/libp2p/js-libp2p-webrtc-direct/compare/v4.0.2...v5.0.0) (2023-01-06)


### ⚠ BREAKING CHANGES

* update multiformats to v11 (#202)

### Bug Fixes

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


### Trivial Changes

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

## [4.0.2](https://github.com/libp2p/js-libp2p-webrtc-direct/compare/v4.0.1...v4.0.2) (2022-11-15)


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": "4.0.2",
"version": "5.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 f45c58d

Please sign in to comment.