From 047fd3a2cdeb08245beaa95cf1c3a2adc4fee308 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 12 Oct 2022 15:18:37 +0000 Subject: [PATCH] chore(release): 11.0.4 [skip ci] ## [11.0.4](https://github.com/multiformats/js-multiaddr/compare/v11.0.3...v11.0.4) (2022-10-12) ### Dependencies * bump multiformats from 9.9.0 to 10.0.0 ([#278](https://github.com/multiformats/js-multiaddr/issues/278)) ([767bcbe](https://github.com/multiformats/js-multiaddr/commit/767bcbec03603cfc26ad6d80bcee80b9beeb52f6)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c52148d7..b4baefa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.0.4](https://github.com/multiformats/js-multiaddr/compare/v11.0.3...v11.0.4) (2022-10-12) + + +### Dependencies + +* bump multiformats from 9.9.0 to 10.0.0 ([#278](https://github.com/multiformats/js-multiaddr/issues/278)) ([767bcbe](https://github.com/multiformats/js-multiaddr/commit/767bcbec03603cfc26ad6d80bcee80b9beeb52f6)) + ## [11.0.3](https://github.com/multiformats/js-multiaddr/compare/v11.0.2...v11.0.3) (2022-09-30) diff --git a/package.json b/package.json index 8841d112..a0ac6a83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr", - "version": "11.0.3", + "version": "11.0.4", "description": "multiaddr implementation (binary + string representation of network addresses)", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/multiformats/js-multiaddr#readme",