Skip to content

Commit 7b3da3d

Browse files
chore(release): 13.0.1 [skip ci]
## [13.0.1](v13.0.0...v13.0.1) (2025-09-04) ### Bug Fixes * return deep copy of components ([#429](#429)) ([15e7227](15e7227))
1 parent 15e7227 commit 7b3da3d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [13.0.1](https://github.com/multiformats/js-multiaddr/compare/v13.0.0...v13.0.1) (2025-09-04)
2+
3+
### Bug Fixes
4+
5+
* return deep copy of components ([#429](https://github.com/multiformats/js-multiaddr/issues/429)) ([15e7227](https://github.com/multiformats/js-multiaddr/commit/15e7227c386f458006d0374b1a2528a8c26599ac))
6+
17
## [13.0.0](https://github.com/multiformats/js-multiaddr/compare/v12.5.1...v13.0.0) (2025-09-02)
28

39
### ⚠ BREAKING CHANGES

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": "13.0.0",
3+
"version": "13.0.1",
44
"description": "The JavaScript implementation of the Multiaddr spec",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/multiformats/js-multiaddr#readme",

0 commit comments

Comments
 (0)