We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e5f57 commit b5518d9Copy full SHA for b5518d9
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+### [10.1.3](https://github.com/multiformats/js-multiaddr/compare/v10.1.2...v10.1.3) (2022-02-06)
2
+
3
4
+### Bug Fixes
5
6
+* add return to toOptions ([#223](https://github.com/multiformats/js-multiaddr/issues/223)) ([e5e5f57](https://github.com/multiformats/js-multiaddr/commit/e5e5f5771267f594beb93bb12621fc44e8fca22b))
7
8
### [10.1.2](https://github.com/multiformats/js-multiaddr/compare/v10.1.1...v10.1.2) (2022-01-08)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@multiformats/multiaddr",
- "version": "10.1.2",
+ "version": "10.1.3",
"description": "multiaddr implementation (binary + string representation of network addresses)",
"type": "module",
"types": "./dist/src/index.d.ts",
0 commit comments