Skip to content

Commit

Permalink
chore(release): 11.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [11.0.0](v10.5.0...v11.0.0) (2022-09-21)

### ⚠ BREAKING CHANGES

* the `Multiaddr` class is now an interface

### Features

* convert to interface ([#274](#274)) ([36de98f](36de98f)), closes [#202](#202)

### Bug Fixes

* fix converting strings to IP addresses and back again ([#270](#270)) ([77f063a](77f063a))
  • Loading branch information
semantic-release-bot committed Sep 21, 2022
1 parent 77f063a commit 7efd9b6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [11.0.0](https://github.com/multiformats/js-multiaddr/compare/v10.5.0...v11.0.0) (2022-09-21)


### ⚠ BREAKING CHANGES

* the `Multiaddr` class is now an interface

### Features

* convert to interface ([#274](https://github.com/multiformats/js-multiaddr/issues/274)) ([36de98f](https://github.com/multiformats/js-multiaddr/commit/36de98fd531e5ee4df0f7f7848337f3890748341)), closes [#202](https://github.com/multiformats/js-multiaddr/issues/202)


### Bug Fixes

* fix converting strings to IP addresses and back again ([#270](https://github.com/multiformats/js-multiaddr/issues/270)) ([77f063a](https://github.com/multiformats/js-multiaddr/commit/77f063a41834153a94e7291fa9de74538305c251))

## [10.5.0](https://github.com/multiformats/js-multiaddr/compare/v10.4.3...v10.5.0) (2022-09-20)


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": "10.5.0",
"version": "11.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 7efd9b6

Please sign in to comment.