From a379624687a61cf1328ab3566c24f3f02a75c30e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 3 Dec 2024 17:13:59 +0000 Subject: [PATCH] chore(release): 12.3.4 [skip ci] ## [12.3.4](https://github.com/multiformats/js-multiaddr/compare/v12.3.3...v12.3.4) (2024-12-03) ### Bug Fixes * handle valid CIDR ranges for IPv4 and IPv6 ([#394](https://github.com/multiformats/js-multiaddr/issues/394)) ([1513768](https://github.com/multiformats/js-multiaddr/commit/1513768012ea30f31e86c0b65e4f2c04c91d2736)) --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d444bbe..36d4608c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [12.3.4](https://github.com/multiformats/js-multiaddr/compare/v12.3.3...v12.3.4) (2024-12-03) + +### Bug Fixes + +* handle valid CIDR ranges for IPv4 and IPv6 ([#394](https://github.com/multiformats/js-multiaddr/issues/394)) ([1513768](https://github.com/multiformats/js-multiaddr/commit/1513768012ea30f31e86c0b65e4f2c04c91d2736)) + ## [12.3.3](https://github.com/multiformats/js-multiaddr/compare/v12.3.2...v12.3.3) (2024-11-21) ### Dependencies diff --git a/package.json b/package.json index 7d7e9a50..4afe7276 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr", - "version": "12.3.3", + "version": "12.3.4", "description": "multiaddr implementation (binary + string representation of network addresses)", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/multiformats/js-multiaddr#readme",