Skip to content

Commit d145293

Browse files
chore(release): 10.1.6 [skip ci]
### [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))
1 parent 12e89a7 commit d145293

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### [10.1.6](https://github.com/multiformats/js-multiaddr/compare/v10.1.5...v10.1.6) (2022-02-28)
2+
3+
4+
### Bug Fixes
5+
6+
* export resolvers ([#229](https://github.com/multiformats/js-multiaddr/issues/229)) ([12e89a7](https://github.com/multiformats/js-multiaddr/commit/12e89a7e5775dfc837440eac9d0cb060555da364))
7+
* infer type after isMultiaddr call ([#227](https://github.com/multiformats/js-multiaddr/issues/227)) ([0720e3a](https://github.com/multiformats/js-multiaddr/commit/0720e3ab0b497112020c139cfed61104cabee0bc))
8+
19
### [10.1.5](https://github.com/multiformats/js-multiaddr/compare/v10.1.4...v10.1.5) (2022-02-07)
210

311

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multiformats/multiaddr",
3-
"version": "10.1.5",
3+
"version": "10.1.6",
44
"description": "multiaddr implementation (binary + string representation of network addresses)",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/multiformats/js-multiaddr#readme",

0 commit comments

Comments
 (0)