From f71993a90076b56d9cbcc7c461e82b9e49a2542f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Nov 2024 18:55:32 +0000 Subject: [PATCH] chore(release): 11.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [11.0.0](https://github.com/multiformats/js-multiaddr-to-uri/compare/v10.1.2...v11.0.0) (2024-11-08) ### ⚠ BREAKING CHANGES * p2p-webrtc-direct/p2p-websocket-star support has been removed ### Bug Fixes * remove deprecated transports and do not append peer ids ([#155](https://github.com/multiformats/js-multiaddr-to-uri/issues/155)) ([161329c](https://github.com/multiformats/js-multiaddr-to-uri/commit/161329ca991cf967a60762b41535e16d0282a70b)) ### Dependencies * **dev:** bump aegir from 44.1.4 to 45.0.1 ([#156](https://github.com/multiformats/js-multiaddr-to-uri/issues/156)) ([b82d7c0](https://github.com/multiformats/js-multiaddr-to-uri/commit/b82d7c0133abf5fe63bfdba1a6cc37aab61fc3ca)) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 270a04b..8ffdf3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [11.0.0](https://github.com/multiformats/js-multiaddr-to-uri/compare/v10.1.2...v11.0.0) (2024-11-08) + +### ⚠ BREAKING CHANGES + +* p2p-webrtc-direct/p2p-websocket-star support has been removed + +### Bug Fixes + +* remove deprecated transports and do not append peer ids ([#155](https://github.com/multiformats/js-multiaddr-to-uri/issues/155)) ([161329c](https://github.com/multiformats/js-multiaddr-to-uri/commit/161329ca991cf967a60762b41535e16d0282a70b)) + +### Dependencies + +* **dev:** bump aegir from 44.1.4 to 45.0.1 ([#156](https://github.com/multiformats/js-multiaddr-to-uri/issues/156)) ([b82d7c0](https://github.com/multiformats/js-multiaddr-to-uri/commit/b82d7c0133abf5fe63bfdba1a6cc37aab61fc3ca)) + ## [10.1.2](https://github.com/multiformats/js-multiaddr-to-uri/compare/v10.1.1...v10.1.2) (2024-10-28) ### Bug Fixes diff --git a/package.json b/package.json index 7885620..c224b08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr-to-uri", - "version": "10.1.2", + "version": "11.0.0", "description": "Convert a Multiaddr to a URI", "author": "Alan Shaw", "license": "Apache-2.0 OR MIT",