Skip to content

Commit

Permalink
chore(release): 10.1.6 [skip ci]
Browse files Browse the repository at this point in the history
### [10.1.6](v10.1.5...v10.1.6) (2022-02-28)

### Bug Fixes

* export resolvers ([#229](#229)) ([12e89a7](12e89a7))
* infer type after isMultiaddr call ([#227](#227)) ([0720e3a](0720e3a))
  • Loading branch information
semantic-release-bot committed Feb 28, 2022
1 parent 12e89a7 commit d145293
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### [10.1.6](https://github.com/multiformats/js-multiaddr/compare/v10.1.5...v10.1.6) (2022-02-28)


### Bug Fixes

* export resolvers ([#229](https://github.com/multiformats/js-multiaddr/issues/229)) ([12e89a7](https://github.com/multiformats/js-multiaddr/commit/12e89a7e5775dfc837440eac9d0cb060555da364))
* infer type after isMultiaddr call ([#227](https://github.com/multiformats/js-multiaddr/issues/227)) ([0720e3a](https://github.com/multiformats/js-multiaddr/commit/0720e3ab0b497112020c139cfed61104cabee0bc))

### [10.1.5](https://github.com/multiformats/js-multiaddr/compare/v10.1.4...v10.1.5) (2022-02-07)


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",
"version": "10.1.5",
"version": "10.1.6",
"description": "multiaddr implementation (binary + string representation of network addresses)",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/multiformats/js-multiaddr#readme",
Expand Down

0 comments on commit d145293

Please sign in to comment.