Skip to content

Commit cf5509e

Browse files
chore(release): 12.4.4 [skip ci]
## [12.4.4](v12.4.3...v12.4.4) (2025-06-16) ### Bug Fixes * solve circular import ([#424](#424)) ([0efce94](0efce94))
1 parent 0efce94 commit cf5509e

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+
## [12.4.4](https://github.com/multiformats/js-multiaddr/compare/v12.4.3...v12.4.4) (2025-06-16)
2+
3+
### Bug Fixes
4+
5+
* solve circular import ([#424](https://github.com/multiformats/js-multiaddr/issues/424)) ([0efce94](https://github.com/multiformats/js-multiaddr/commit/0efce9411dd9ac61a3c925e090b67c17d9bae8d4))
6+
17
## [12.4.3](https://github.com/multiformats/js-multiaddr/compare/v12.4.2...v12.4.3) (2025-06-16)
28

39
### 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.3",
3+
"version": "12.4.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)