diff --git a/CHANGELOG.md b/CHANGELOG.md index 146851c2..c52148d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.0.3](https://github.com/multiformats/js-multiaddr/compare/v11.0.2...v11.0.3) (2022-09-30) + + +### Bug Fixes + +* use private class field to store cached strings and tuples ([#277](https://github.com/multiformats/js-multiaddr/issues/277)) ([b0809bf](https://github.com/multiformats/js-multiaddr/commit/b0809bfd2a97c1fde7691dd092baaf00e0f3b886)) + ## [11.0.2](https://github.com/multiformats/js-multiaddr/compare/v11.0.1...v11.0.2) (2022-09-29) diff --git a/package.json b/package.json index 8fa2e8ff..16fbc71e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr", - "version": "11.0.2", + "version": "11.0.3", "description": "multiaddr implementation (binary + string representation of network addresses)", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/multiformats/js-multiaddr#readme",