From e359ba0701e0fb41b481c9db25296afcce965e92 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 2 Nov 2022 16:01:49 +0000 Subject: [PATCH] chore(release): 11.0.7 [skip ci] ## [11.0.7](https://github.com/multiformats/js-multiaddr/compare/v11.0.6...v11.0.7) (2022-11-02) ### Dependencies * update @chainsafe/is-ip ([#281](https://github.com/multiformats/js-multiaddr/issues/281)) ([fc6b600](https://github.com/multiformats/js-multiaddr/commit/fc6b600a474f43fb15cf1bae2fb8f28401581e88)), closes [/github.com/ChainSafe/is-ip/pull/1#issuecomment-1295761316](https://github.com/multiformats//github.com/ChainSafe/is-ip/pull/1/issues/issuecomment-1295761316) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e1f6ea1..77f6ad43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.0.7](https://github.com/multiformats/js-multiaddr/compare/v11.0.6...v11.0.7) (2022-11-02) + + +### Dependencies + +* update @chainsafe/is-ip ([#281](https://github.com/multiformats/js-multiaddr/issues/281)) ([fc6b600](https://github.com/multiformats/js-multiaddr/commit/fc6b600a474f43fb15cf1bae2fb8f28401581e88)), closes [/github.com/ChainSafe/is-ip/pull/1#issuecomment-1295761316](https://github.com/multiformats//github.com/ChainSafe/is-ip/pull/1/issues/issuecomment-1295761316) + ## [11.0.6](https://github.com/multiformats/js-multiaddr/compare/v11.0.5...v11.0.6) (2022-10-29) diff --git a/package.json b/package.json index ff47925a..5eb76115 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr", - "version": "11.0.6", + "version": "11.0.7", "description": "multiaddr implementation (binary + string representation of network addresses)", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/multiformats/js-multiaddr#readme",