Skip to content

Commit b5518d9

Browse files
chore(release): 10.1.3 [skip ci]
### [10.1.3](v10.1.2...v10.1.3) (2022-02-06) ### Bug Fixes * add return to toOptions ([#223](#223)) ([e5e5f57](e5e5f57))
1 parent e5e5f57 commit b5518d9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
### [10.1.2](https://github.com/multiformats/js-multiaddr/compare/v10.1.1...v10.1.2) (2022-01-08)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multiformats/multiaddr",
3-
"version": "10.1.2",
3+
"version": "10.1.3",
44
"description": "multiaddr implementation (binary + string representation of network addresses)",
55
"type": "module",
66
"types": "./dist/src/index.d.ts",

0 commit comments

Comments
 (0)