Skip to content

Commit b7f67f2

Browse files
committed
chore: release version v0.22.0
1 parent 8665286 commit b7f67f2

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
<a name="0.22.0"></a>
2+
# [0.22.0](https://github.com/libp2p/js-libp2p/compare/v0.21.0...v0.22.0) (2018-06-29)
3+
4+
5+
### Bug Fixes
6+
7+
* add null property guards ([80f0b60](https://github.com/libp2p/js-libp2p/commit/80f0b60))
8+
* do not mutate the config object ([ac5cacb](https://github.com/libp2p/js-libp2p/commit/ac5cacb))
9+
* remove .only ([be9eafe](https://github.com/libp2p/js-libp2p/commit/be9eafe))
10+
* remove peer discovery module config checks ([4ad70ef](https://github.com/libp2p/js-libp2p/commit/4ad70ef))
11+
* typo in fixture and fail for correct reason ([1af5ba9](https://github.com/libp2p/js-libp2p/commit/1af5ba9))
12+
13+
14+
### Features
15+
16+
* enable peer discovery modules by default ([e320854](https://github.com/libp2p/js-libp2p/commit/e320854))
17+
18+
19+
120
<a name="0.21.0"></a>
221
# [0.21.0](https://github.com/libp2p/js-libp2p/compare/v0.20.4...v0.21.0) (2018-06-28)
322

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libp2p",
3-
"version": "0.21.0",
3+
"version": "0.22.0",
44
"description": "JavaScript base class for libp2p bundles",
55
"leadMaintainer": "David Dias <[email protected]>",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)