From 8e2f680bd1347c6ac5c22029b2f847c278204eda Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 3 Mar 2023 19:29:33 +0000 Subject: [PATCH] chore(release): 11.5.0 [skip ci] ## [11.5.0](https://github.com/multiformats/js-multiaddr/compare/v11.4.0...v11.5.0) (2023-03-03) ### Features * 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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8371ff64..fa742134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.5.0](https://github.com/multiformats/js-multiaddr/compare/v11.4.0...v11.5.0) (2023-03-03) + + +### Features + +* 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)) + ## [11.4.0](https://github.com/multiformats/js-multiaddr/compare/v11.3.0...v11.4.0) (2023-01-30) diff --git a/package.json b/package.json index 40967fbe..8c234486 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr", - "version": "11.4.0", + "version": "11.5.0", "description": "multiaddr implementation (binary + string representation of network addresses)", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/multiformats/js-multiaddr#readme",