From e87460e9e49f766ca3d431c2c80ed184f5de29cb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 7 Jul 2022 14:28:14 +0000 Subject: [PATCH] chore(release): 10.3.3 [skip ci] ## [10.3.3](https://github.com/multiformats/js-multiaddr/compare/v10.3.2...v10.3.3) (2022-07-07) ### Bug Fixes * return correct family from toOptions with dns4 MultiAddr ([#233](https://github.com/multiformats/js-multiaddr/issues/233)) ([d3f8b05](https://github.com/multiformats/js-multiaddr/commit/d3f8b05436542560330140afa430dddc3a83f327)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca85d3e0..01d6cffa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [10.3.3](https://github.com/multiformats/js-multiaddr/compare/v10.3.2...v10.3.3) (2022-07-07) + + +### Bug Fixes + +* return correct family from toOptions with dns4 MultiAddr ([#233](https://github.com/multiformats/js-multiaddr/issues/233)) ([d3f8b05](https://github.com/multiformats/js-multiaddr/commit/d3f8b05436542560330140afa430dddc3a83f327)) + ## [10.3.2](https://github.com/multiformats/js-multiaddr/compare/v10.3.1...v10.3.2) (2022-07-07) diff --git a/package.json b/package.json index 309359d2..0cd636bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr", - "version": "10.3.2", + "version": "10.3.3", "description": "multiaddr implementation (binary + string representation of network addresses)", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/multiformats/js-multiaddr#readme",