From 9b457d066b81a9aff14fc62910976884098cec3c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 9 Mar 2023 14:12:50 +0000 Subject: [PATCH] chore(release): 11.6.1 [skip ci] ## [11.6.1](https://github.com/multiformats/js-multiaddr/compare/v11.6.0...v11.6.1) (2023-03-09) ### Bug Fixes * survive bad dns record ([#313](https://github.com/multiformats/js-multiaddr/issues/313)) ([1f7f2a0](https://github.com/multiformats/js-multiaddr/commit/1f7f2a0a79671486c893bc023737010d68c9b271)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 604189ba..055ac967 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.6.1](https://github.com/multiformats/js-multiaddr/compare/v11.6.0...v11.6.1) (2023-03-09) + + +### Bug Fixes + +* survive bad dns record ([#313](https://github.com/multiformats/js-multiaddr/issues/313)) ([1f7f2a0](https://github.com/multiformats/js-multiaddr/commit/1f7f2a0a79671486c893bc023737010d68c9b271)) + ## [11.6.0](https://github.com/multiformats/js-multiaddr/compare/v11.5.0...v11.6.0) (2023-03-06) diff --git a/package.json b/package.json index 5505ee44..091e6fa1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr", - "version": "11.6.0", + "version": "11.6.1", "description": "multiaddr implementation (binary + string representation of network addresses)", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/multiformats/js-multiaddr#readme",