diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f54df9..2e1f6ea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.0.6](https://github.com/multiformats/js-multiaddr/compare/v11.0.5...v11.0.6) (2022-10-29) + + +### Bug Fixes + +* use @chainsafe/is-ip ([#280](https://github.com/multiformats/js-multiaddr/issues/280)) ([40124ff](https://github.com/multiformats/js-multiaddr/commit/40124ffcdd52a4c88c4c246584230ca2f10533e3)) + ## [11.0.5](https://github.com/multiformats/js-multiaddr/compare/v11.0.4...v11.0.5) (2022-10-12) diff --git a/package.json b/package.json index 366de40c..e29ae356 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr", - "version": "11.0.5", + "version": "11.0.6", "description": "multiaddr implementation (binary + string representation of network addresses)", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/multiformats/js-multiaddr#readme",