From 58d442f728114b6c44a196fe13f06f9fb2cfb784 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 5 Feb 2025 10:40:32 +0000 Subject: [PATCH] chore(release): 12.3.5 [skip ci] ## [12.3.5](https://github.com/multiformats/js-multiaddr/compare/v12.3.4...v12.3.5) (2025-02-05) ### Bug Fixes * constrain options transport to tcp or udp ([#396](https://github.com/multiformats/js-multiaddr/issues/396)) ([8d5b325](https://github.com/multiformats/js-multiaddr/commit/8d5b32526f24e07ab167c33804be5608a51c8a99)) * use named error when parsing multiaddrs ([#395](https://github.com/multiformats/js-multiaddr/issues/395)) ([5a9d33c](https://github.com/multiformats/js-multiaddr/commit/5a9d33c5e29d11a17729200c0e5722f0a2030340)) ### Dependencies * **dev:** bump sinon from 18.0.1 to 19.0.2 ([#387](https://github.com/multiformats/js-multiaddr/issues/387)) ([e1747b7](https://github.com/multiformats/js-multiaddr/commit/e1747b792c87a9801e8f3532d15e492ae4d9c72e)) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36d4608c..f1ac729d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [12.3.5](https://github.com/multiformats/js-multiaddr/compare/v12.3.4...v12.3.5) (2025-02-05) + +### Bug Fixes + +* constrain options transport to tcp or udp ([#396](https://github.com/multiformats/js-multiaddr/issues/396)) ([8d5b325](https://github.com/multiformats/js-multiaddr/commit/8d5b32526f24e07ab167c33804be5608a51c8a99)) +* use named error when parsing multiaddrs ([#395](https://github.com/multiformats/js-multiaddr/issues/395)) ([5a9d33c](https://github.com/multiformats/js-multiaddr/commit/5a9d33c5e29d11a17729200c0e5722f0a2030340)) + +### Dependencies + +* **dev:** bump sinon from 18.0.1 to 19.0.2 ([#387](https://github.com/multiformats/js-multiaddr/issues/387)) ([e1747b7](https://github.com/multiformats/js-multiaddr/commit/e1747b792c87a9801e8f3532d15e492ae4d9c72e)) + ## [12.3.4](https://github.com/multiformats/js-multiaddr/compare/v12.3.3...v12.3.4) (2024-12-03) ### Bug Fixes diff --git a/package.json b/package.json index 59e61a95..676423ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr", - "version": "12.3.4", + "version": "12.3.5", "description": "multiaddr implementation (binary + string representation of network addresses)", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/multiformats/js-multiaddr#readme",