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",