Skip to content

Commit

Permalink
chore(release): 10.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [10.0.0](v9.0.8...v10.0.0) (2024-02-05)

### ⚠ BREAKING CHANGES

* dns addresses previously returned domain names, now they return URLs

### Bug Fixes

* always return a URI for DNS addresses ([#130](#130)) ([dae8350](dae8350)), closes [#8](#8)
  • Loading branch information
semantic-release-bot committed Feb 5, 2024
1 parent dae8350 commit c67221e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [10.0.0](https://github.com/multiformats/js-multiaddr-to-uri/compare/v9.0.8...v10.0.0) (2024-02-05)


### ⚠ BREAKING CHANGES

* dns addresses previously returned domain names, now they return URLs

### Bug Fixes

* always return a URI for DNS addresses ([#130](https://github.com/multiformats/js-multiaddr-to-uri/issues/130)) ([dae8350](https://github.com/multiformats/js-multiaddr-to-uri/commit/dae835053d4e9e0f4ce4dab57e98b4d996999653)), closes [#8](https://github.com/multiformats/js-multiaddr-to-uri/issues/8)

## [9.0.8](https://github.com/multiformats/js-multiaddr-to-uri/compare/v9.0.7...v9.0.8) (2024-02-05)


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": "9.0.8",
"version": "10.0.0",
"description": "Convert a Multiaddr to a URI",
"author": "Alan Shaw",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit c67221e

Please sign in to comment.