diff --git a/CHANGELOG.md b/CHANGELOG.md index aab7b4ec..a8632458 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [12.1.8](https://github.com/multiformats/js-multiaddr/compare/v12.1.7...v12.1.8) (2023-10-26) + + +### Dependencies + +* **dev:** bump aegir from 40.0.13 to 41.0.11 ([#351](https://github.com/multiformats/js-multiaddr/issues/351)) ([7de4e23](https://github.com/multiformats/js-multiaddr/commit/7de4e231c6e02bb5ff41c760833001d072e4bfd0)) +* **dev:** bump sinon from 15.2.0 to 17.0.0 ([#348](https://github.com/multiformats/js-multiaddr/issues/348)) ([b229e64](https://github.com/multiformats/js-multiaddr/commit/b229e64bdec7897e5840c329b02faa407148e0bb)) + ## [12.1.7](https://github.com/multiformats/js-multiaddr/compare/v12.1.6...v12.1.7) (2023-08-16) diff --git a/package.json b/package.json index a21e67d9..63c4422f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr", - "version": "12.1.7", + "version": "12.1.8", "description": "multiaddr implementation (binary + string representation of network addresses)", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/multiformats/js-multiaddr#readme",