Skip to content

Commit

Permalink
chore(release): 11.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Nov 8, 2024
1 parent 161329c commit f71993a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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": "@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",
Expand Down

0 comments on commit f71993a

Please sign in to comment.