Skip to content

Commit

Permalink
chore(release): 9.0.5 [skip ci]
Browse files Browse the repository at this point in the history
## [9.0.5](v9.0.4...v9.0.5) (2023-05-19)

### Bug Fixes

* Rewrite to interpret multiaddr from right to left ([#120](#120)) ([681d4e3](681d4e3))
  • Loading branch information
semantic-release-bot committed May 19, 2023
1 parent 681d4e3 commit 3b72071
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [9.0.5](https://github.com/multiformats/js-multiaddr-to-uri/compare/v9.0.4...v9.0.5) (2023-05-19)


### Bug Fixes

* Rewrite to interpret multiaddr from right to left ([#120](https://github.com/multiformats/js-multiaddr-to-uri/issues/120)) ([681d4e3](https://github.com/multiformats/js-multiaddr-to-uri/commit/681d4e3f07b7e721e3a2eccc9905e76110f4dfbb))

## [9.0.4](https://github.com/multiformats/js-multiaddr-to-uri/compare/v9.0.3...v9.0.4) (2023-03-20)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@multiformats/multiaddr-to-uri",
"version": "9.0.4",
"version": "9.0.5",
"description": "Convert a Multiaddr to a URI /dnsaddr/ipfs.io/http -> http://ipfs.io",
"author": "Alan Shaw",
"license": "Apache-2.0 OR MIT",
Expand Down Expand Up @@ -148,4 +148,4 @@
"devDependencies": {
"aegir": "^38.1.7"
}
}
}

0 comments on commit 3b72071

Please sign in to comment.