diff --git a/CHANGELOG.md b/CHANGELOG.md index cc064a48..464ad34d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [12.1.14](https://github.com/multiformats/js-multiaddr/compare/v12.1.13...v12.1.14) (2024-01-24) + + +### Dependencies + +* bump dns-over-http-resolver from 3.0.0 to 3.0.2 ([#366](https://github.com/multiformats/js-multiaddr/issues/366)) ([ffb674c](https://github.com/multiformats/js-multiaddr/commit/ffb674ce7065aebd0a71caba60356177b0cf51a1)) + ## [12.1.13](https://github.com/multiformats/js-multiaddr/compare/v12.1.12...v12.1.13) (2024-01-24) diff --git a/package.json b/package.json index cf1a4a68..9c7e83c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr", - "version": "12.1.13", + "version": "12.1.14", "description": "multiaddr implementation (binary + string representation of network addresses)", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/multiformats/js-multiaddr#readme",