diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d03972d..dbbd5942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [10.1.7](https://github.com/multiformats/js-multiaddr/compare/v10.1.6...v10.1.7) (2022-03-08) + + +### Bug Fixes + +* fix table types ([#231](https://github.com/multiformats/js-multiaddr/issues/231)) ([4146dfa](https://github.com/multiformats/js-multiaddr/commit/4146dfa9e32d75dc4e6cb0ea1e0a9ebec038a060)) + ### [10.1.6](https://github.com/multiformats/js-multiaddr/compare/v10.1.5...v10.1.6) (2022-02-28) diff --git a/package.json b/package.json index 72e7d296..7239e6ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr", - "version": "10.1.6", + "version": "10.1.7", "description": "multiaddr implementation (binary + string representation of network addresses)", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/multiformats/js-multiaddr#readme",