Skip to content

Commit

Permalink
chore(release): 10.1.8 [skip ci]
Browse files Browse the repository at this point in the history
### [10.1.8](v10.1.7...v10.1.8) (2022-03-21)

### Bug Fixes

* remove instanceof from multiaddr check ([#232](#232)) ([5680412](5680412))
  • Loading branch information
semantic-release-bot committed Mar 21, 2022
1 parent 5680412 commit bac7394
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 @@
### [10.1.8](https://github.com/multiformats/js-multiaddr/compare/v10.1.7...v10.1.8) (2022-03-21)


### Bug Fixes

* remove instanceof from multiaddr check ([#232](https://github.com/multiformats/js-multiaddr/issues/232)) ([5680412](https://github.com/multiformats/js-multiaddr/commit/56804124e5d3944e882ad515f654b8d027d58e20))

### [10.1.7](https://github.com/multiformats/js-multiaddr/compare/v10.1.6...v10.1.7) (2022-03-08)


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.1.7",
"version": "10.1.8",
"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 bac7394

Please sign in to comment.