Skip to content

Commit 8e2f680

Browse files
committedMar 3, 2023
chore(release): 11.5.0 [skip ci]
## [11.5.0](v11.4.0...v11.5.0) (2023-03-03) ### Features * Add webrtc-w3c protocol for browser to browser ([#309](#309)) ([16232d5](16232d5))
1 parent 16232d5 commit 8e2f680

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [11.5.0](https://github.com/multiformats/js-multiaddr/compare/v11.4.0...v11.5.0) (2023-03-03)
2+
3+
4+
### Features
5+
6+
* Add webrtc-w3c protocol for browser to browser ([#309](https://github.com/multiformats/js-multiaddr/issues/309)) ([16232d5](https://github.com/multiformats/js-multiaddr/commit/16232d521e13bd2e36d96932316aa86385bdebff))
7+
18
## [11.4.0](https://github.com/multiformats/js-multiaddr/compare/v11.3.0...v11.4.0) (2023-01-30)
29

310

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multiformats/multiaddr",
3-
"version": "11.4.0",
3+
"version": "11.5.0",
44
"description": "multiaddr implementation (binary + string representation of network addresses)",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/multiformats/js-multiaddr#readme",

0 commit comments

Comments
 (0)
Please sign in to comment.