diff --git a/CHANGELOG.md b/CHANGELOG.md index 37cc2a07..6d03972d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 2ac5e1e3..72e7d296 100644 --- a/package.json +++ b/package.json @@ -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",