Skip to content

Commit a379624

Browse files
chore(release): 12.3.4 [skip ci]
## [12.3.4](v12.3.3...v12.3.4) (2024-12-03) ### Bug Fixes * handle valid CIDR ranges for IPv4 and IPv6 ([#394](#394)) ([1513768](1513768))
1 parent 1513768 commit a379624

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [12.3.4](https://github.com/multiformats/js-multiaddr/compare/v12.3.3...v12.3.4) (2024-12-03)
2+
3+
### Bug Fixes
4+
5+
* 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))
6+
17
## [12.3.3](https://github.com/multiformats/js-multiaddr/compare/v12.3.2...v12.3.3) (2024-11-21)
28

39
### Dependencies

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multiformats/multiaddr",
3-
"version": "12.3.3",
3+
"version": "12.3.4",
44
"description": "multiaddr implementation (binary + string representation of network addresses)",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/multiformats/js-multiaddr#readme",

0 commit comments

Comments
 (0)