Skip to content

Commit ca7cf5a

Browse files
chore(release): 12.0.0 [skip ci]
## [12.0.0](v11.1.2...v12.0.0) (2023-03-20) ### ⚠ BREAKING CHANGES * the existing WebRTCDirect multicodec name has been deprecated and renamed P2PWebRTCDirect. The new WebRTCDirect codec has been added but is not the same, please check your code before upgrading! Integer codes are unchanged. ### Bug Fixes * Rename WebRTCDirect to P2PWebRTCDirect and deprecate ([#146](#146)) ([92f92d7](92f92d7))
1 parent 92f92d7 commit ca7cf5a

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.0.0](https://github.com/multiformats/js-mafmt/compare/v11.1.2...v12.0.0) (2023-03-20)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* the existing WebRTCDirect multicodec name has been deprecated and renamed P2PWebRTCDirect. The new WebRTCDirect codec has been added but is not the same, please check your code before upgrading! Integer codes are unchanged.
7+
8+
### Bug Fixes
9+
10+
* Rename WebRTCDirect to P2PWebRTCDirect and deprecate ([#146](https://github.com/multiformats/js-mafmt/issues/146)) ([92f92d7](https://github.com/multiformats/js-mafmt/commit/92f92d7841c26c149bce2b6b3c0026507fd318ed))
11+
112
## [11.1.2](https://github.com/multiformats/js-mafmt/compare/v11.1.1...v11.1.2) (2023-03-17)
213

314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multiformats/mafmt",
3-
"version": "11.1.2",
3+
"version": "12.0.0",
44
"description": "A multiaddr validator",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/multiformats/js-mafmt#readme",

0 commit comments

Comments
 (0)