diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a5bbe1b..5a4f013b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [12.3.1](https://github.com/multiformats/js-multiaddr/compare/v12.3.0...v12.3.1) (2024-09-09) + +### Bug Fixes + +* use named error instead of CodeError ([#385](https://github.com/multiformats/js-multiaddr/issues/385)) ([a0bc8f9](https://github.com/multiformats/js-multiaddr/commit/a0bc8f90384e3f2a8c6199da2a740cf6971db14b)) + +### Dependencies + +* **dev:** bump aegir from 43.0.3 to 44.1.1 ([#384](https://github.com/multiformats/js-multiaddr/issues/384)) ([408ba5a](https://github.com/multiformats/js-multiaddr/commit/408ba5ab2a8191da74509415f89dacc024135fc9)) + ## [12.3.0](https://github.com/multiformats/js-multiaddr/compare/v12.2.3...v12.3.0) (2024-06-05) diff --git a/package.json b/package.json index 0f526798..8ff6ecfd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr", - "version": "12.3.0", + "version": "12.3.1", "description": "multiaddr implementation (binary + string representation of network addresses)", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/multiformats/js-multiaddr#readme",