Skip to content

Commit

Permalink
chore(release): 10.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [10.3.1](v10.3.0...v10.3.1) (2022-07-07)

### Bug Fixes

* default to https ports for dnsaddr addresses ([#258](#258)) ([e8bcff7](e8bcff7))

### Dependencies

* **dev:** bump sinon from 13.0.2 to 14.0.0 ([#240](#240)) ([3c2eaba](3c2eaba))
  • Loading branch information
semantic-release-bot committed Jul 7, 2022
1 parent 3c2eaba commit 45e6bf5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [10.3.1](https://github.com/multiformats/js-multiaddr/compare/v10.3.0...v10.3.1) (2022-07-07)


### Bug Fixes

* default to https ports for dnsaddr addresses ([#258](https://github.com/multiformats/js-multiaddr/issues/258)) ([e8bcff7](https://github.com/multiformats/js-multiaddr/commit/e8bcff74866c5484953d2215995a58844646db28))


### Dependencies

* **dev:** bump sinon from 13.0.2 to 14.0.0 ([#240](https://github.com/multiformats/js-multiaddr/issues/240)) ([3c2eaba](https://github.com/multiformats/js-multiaddr/commit/3c2eabaf7a6287e194097d57669af92f4fd599ab))

## [10.3.0](https://github.com/multiformats/js-multiaddr/compare/v10.2.1...v10.3.0) (2022-07-07)


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.3.0",
"version": "10.3.1",
"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 45e6bf5

Please sign in to comment.