Skip to content

Commit a0aed7f

Browse files
chore(release): 13.0.0 [skip ci]
## [13.0.0](v12.5.1...v13.0.0) (2025-09-02) ### ⚠ BREAKING CHANGES * `.resolve`, `.isThinWaist`, `.protos`, `.fromNodeAddress`, etc have been removed ### Bug Fixes * simplify API ([#427](#427)) ([1f3fb63](1f3fb63)) ### Trivial Changes * add or force update .github/workflows/stale.yml ([#428](#428)) ([3685574](3685574))
1 parent 1f3fb63 commit a0aed7f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [13.0.0](https://github.com/multiformats/js-multiaddr/compare/v12.5.1...v13.0.0) (2025-09-02)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* `.resolve`, `.isThinWaist`, `.protos`, `.fromNodeAddress`, etc have been removed
6+
7+
### Bug Fixes
8+
9+
* simplify API ([#427](https://github.com/multiformats/js-multiaddr/issues/427)) ([1f3fb63](https://github.com/multiformats/js-multiaddr/commit/1f3fb6317141d06bf69f712fd807cc0ac0e05158))
10+
11+
### Trivial Changes
12+
13+
* add or force update .github/workflows/stale.yml ([#428](https://github.com/multiformats/js-multiaddr/issues/428)) ([3685574](https://github.com/multiformats/js-multiaddr/commit/36855740d3a36f347c29499ec82bf1399022efc6))
14+
115
## [12.5.1](https://github.com/multiformats/js-multiaddr/compare/v12.5.0...v12.5.1) (2025-06-25)
216

317
### 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.5.1",
3+
"version": "13.0.0",
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)