From 3c070bd061844b17a2f2fe86acf6000a1f1b1850 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 29 Oct 2022 10:43:01 +0000 Subject: [PATCH] chore(release): 11.0.6 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",