diff --git a/CHANGELOG.md b/CHANGELOG.md index 77f6ad43..26452469 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [11.0.8](https://github.com/multiformats/js-multiaddr/compare/v11.0.7...v11.0.8) (2022-12-07) + + +### Bug Fixes + +* varint.decode.bytes can now be undefined according to types ([#288](https://github.com/multiformats/js-multiaddr/issues/288)) ([e0a59e5](https://github.com/multiformats/js-multiaddr/commit/e0a59e584623b08026e9179c37bfb4966d8dbfe8)) + + +### Dependencies + +* **dev:** bump sinon from 14.0.2 to 15.0.0 ([#287](https://github.com/multiformats/js-multiaddr/issues/287)) ([41f67a7](https://github.com/multiformats/js-multiaddr/commit/41f67a7b70baf1bb16ef336b218607342bf9d338)) + ## [11.0.7](https://github.com/multiformats/js-multiaddr/compare/v11.0.6...v11.0.7) (2022-11-02) diff --git a/package.json b/package.json index e44cb67b..d233e9bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr", - "version": "11.0.7", + "version": "11.0.8", "description": "multiaddr implementation (binary + string representation of network addresses)", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/multiformats/js-multiaddr#readme",