Skip to content

Commit

Permalink
chore(release): 11.6.0 [skip ci]
Browse files Browse the repository at this point in the history
## [11.6.0](v11.5.0...v11.6.0) (2023-03-06)

### Features

* Add SNI support ([#312](#312)) ([b44f608](b44f608))
  • Loading branch information
semantic-release-bot committed Mar 6, 2023
1 parent b44f608 commit cdbf7ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [11.6.0](https://github.com/multiformats/js-multiaddr/compare/v11.5.0...v11.6.0) (2023-03-06)


### Features

* Add SNI support ([#312](https://github.com/multiformats/js-multiaddr/issues/312)) ([b44f608](https://github.com/multiformats/js-multiaddr/commit/b44f6086f0eccb8480c7360cf86f047882c0f56a))

## [11.5.0](https://github.com/multiformats/js-multiaddr/compare/v11.4.0...v11.5.0) (2023-03-03)


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.5.0",
"version": "11.6.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 cdbf7ad

Please sign in to comment.