Skip to content

Commit b083ac9

Browse files
chore(release): 12.0.0 [skip ci]
## [12.0.0](v11.6.1...v12.0.0) (2023-03-17) ### ⚠ BREAKING CHANGES * webrtc has been renamed webrtc-direct and webrtc-w3c has been renamed webrtc ### Bug Fixes * Rename webrtc to webrtc-direct and webrtc-w3c to webrtc ([#314](#314)) ([fc33ac8](fc33ac8))
1 parent fc33ac8 commit b083ac9

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-multiaddr/compare/v11.6.1...v12.0.0) (2023-03-17)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* webrtc has been renamed webrtc-direct and webrtc-w3c has been renamed webrtc
7+
8+
### Bug Fixes
9+
10+
* Rename webrtc to webrtc-direct and webrtc-w3c to webrtc ([#314](https://github.com/multiformats/js-multiaddr/issues/314)) ([fc33ac8](https://github.com/multiformats/js-multiaddr/commit/fc33ac8bb483d29b51cf3e7da1f4a5f134cc45cb))
11+
112
## [11.6.1](https://github.com/multiformats/js-multiaddr/compare/v11.6.0...v11.6.1) (2023-03-09)
213

314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multiformats/multiaddr",
3-
"version": "11.6.1",
3+
"version": "12.0.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)