Skip to content

Commit f71993a

Browse files
chore(release): 11.0.0 [skip ci]
## [11.0.0](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](#155)) ([161329c](161329c)) ### Dependencies * **dev:** bump aegir from 44.1.4 to 45.0.1 ([#156](#156)) ([b82d7c0](b82d7c0))
1 parent 161329c commit f71993a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [11.0.0](https://github.com/multiformats/js-multiaddr-to-uri/compare/v10.1.2...v11.0.0) (2024-11-08)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* p2p-webrtc-direct/p2p-websocket-star support has been removed
6+
7+
### Bug Fixes
8+
9+
* 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))
10+
11+
### Dependencies
12+
13+
* **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))
14+
115
## [10.1.2](https://github.com/multiformats/js-multiaddr-to-uri/compare/v10.1.1...v10.1.2) (2024-10-28)
216

317
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multiformats/multiaddr-to-uri",
3-
"version": "10.1.2",
3+
"version": "11.0.0",
44
"description": "Convert a Multiaddr to a URI",
55
"author": "Alan Shaw",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)