Skip to content

Commit 43bf9a2

Browse files
chore(release): 12.5.0 [skip ci]
## [12.5.0](v12.4.4...v12.5.0) (2025-06-18) ### Features * allow registering custom protocol codecs ([#425](#425)) ([caf2bfd](caf2bfd)) ### Trivial Changes * bump sinon from 19.0.5 to 21.0.0 ([#422](#422)) ([d43de69](d43de69))
1 parent caf2bfd commit 43bf9a2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [12.5.0](https://github.com/multiformats/js-multiaddr/compare/v12.4.4...v12.5.0) (2025-06-18)
2+
3+
### Features
4+
5+
* allow registering custom protocol codecs ([#425](https://github.com/multiformats/js-multiaddr/issues/425)) ([caf2bfd](https://github.com/multiformats/js-multiaddr/commit/caf2bfdfe2614696a2ba90cf06a2527d1fc170be))
6+
7+
### Trivial Changes
8+
9+
* bump sinon from 19.0.5 to 21.0.0 ([#422](https://github.com/multiformats/js-multiaddr/issues/422)) ([d43de69](https://github.com/multiformats/js-multiaddr/commit/d43de69601f649d433e5a0ddb2512385e8390f89))
10+
111
## [12.4.4](https://github.com/multiformats/js-multiaddr/compare/v12.4.3...v12.4.4) (2025-06-16)
212

313
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multiformats/multiaddr",
3-
"version": "12.4.4",
3+
"version": "12.5.0",
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)