Skip to content

Commit

Permalink
chore(release): 12.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Mar 17, 2023
1 parent fc33ac8 commit b083ac9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [12.0.0](https://github.com/multiformats/js-multiaddr/compare/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](https://github.com/multiformats/js-multiaddr/issues/314)) ([fc33ac8](https://github.com/multiformats/js-multiaddr/commit/fc33ac8bb483d29b51cf3e7da1f4a5f134cc45cb))

## [11.6.1](https://github.com/multiformats/js-multiaddr/compare/v11.6.0...v11.6.1) (2023-03-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@multiformats/multiaddr",
"version": "11.6.1",
"version": "12.0.0",
"description": "multiaddr implementation (binary + string representation of network addresses)",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/multiformats/js-multiaddr#readme",
Expand Down

0 comments on commit b083ac9

Please sign in to comment.