diff --git a/CHANGELOG.md b/CHANGELOG.md index d665d012..8ee193d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.1.2](https://github.com/multiformats/js-multiaddr/compare/v11.1.1...v11.1.2) (2022-12-14) + + +### Bug Fixes + +* update project to build docs ([#297](https://github.com/multiformats/js-multiaddr/issues/297)) ([5bc66d4](https://github.com/multiformats/js-multiaddr/commit/5bc66d41f69ed45a3efe92a3388fb6d74b30d803)) + ## [11.1.1](https://github.com/multiformats/js-multiaddr/compare/v11.1.0...v11.1.1) (2022-12-13) diff --git a/package.json b/package.json index 319a6fd5..51b90cad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr", - "version": "11.1.1", + "version": "11.1.2", "description": "multiaddr implementation (binary + string representation of network addresses)", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/multiformats/js-multiaddr#readme",