diff --git a/CHANGELOG.md b/CHANGELOG.md index a2271197..114df8aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [12.2.2](https://github.com/multiformats/js-multiaddr/compare/v12.2.1...v12.2.2) (2024-05-17) + + +### Trivial Changes + +* add test for never-ending recursion ([#375](https://github.com/multiformats/js-multiaddr/issues/375)) ([59309b0](https://github.com/multiformats/js-multiaddr/commit/59309b0c4dd0d96ab2d7e3f241db0ffaf3c1d220)) + + +### Dependencies + +* **dev:** bump sinon from 17.0.2 to 18.0.0 ([#377](https://github.com/multiformats/js-multiaddr/issues/377)) ([f1adf0f](https://github.com/multiformats/js-multiaddr/commit/f1adf0fb1da88449ccd5710f126e994c6e00ce3d)) + ## [12.2.1](https://github.com/multiformats/js-multiaddr/compare/v12.2.0...v12.2.1) (2024-03-13) diff --git a/package.json b/package.json index 9b24674c..2ce938e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr", - "version": "12.2.1", + "version": "12.2.2", "description": "multiaddr implementation (binary + string representation of network addresses)", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/multiformats/js-multiaddr#readme",