Skip to content

Commit 58d442f

Browse files
chore(release): 12.3.5 [skip ci]
## [12.3.5](v12.3.4...v12.3.5) (2025-02-05) ### Bug Fixes * constrain options transport to tcp or udp ([#396](#396)) ([8d5b325](8d5b325)) * use named error when parsing multiaddrs ([#395](#395)) ([5a9d33c](5a9d33c)) ### Dependencies * **dev:** bump sinon from 18.0.1 to 19.0.2 ([#387](#387)) ([e1747b7](e1747b7))
1 parent e1747b7 commit 58d442f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [12.3.5](https://github.com/multiformats/js-multiaddr/compare/v12.3.4...v12.3.5) (2025-02-05)
2+
3+
### Bug Fixes
4+
5+
* 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))
6+
* use named error when parsing multiaddrs ([#395](https://github.com/multiformats/js-multiaddr/issues/395)) ([5a9d33c](https://github.com/multiformats/js-multiaddr/commit/5a9d33c5e29d11a17729200c0e5722f0a2030340))
7+
8+
### Dependencies
9+
10+
* **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))
11+
112
## [12.3.4](https://github.com/multiformats/js-multiaddr/compare/v12.3.3...v12.3.4) (2024-12-03)
213

314
### Bug Fixes

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.4",
3+
"version": "12.3.5",
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)