Skip to content

Commit e3dce12

Browse files
committed
Release 0.12.2
1 parent ff8f151 commit e3dce12

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- Upgrade libp2p libraries: @chainsafe/libp2p-noise@4.1.1, [email protected], [email protected].
1818
- Connects to a limited number of bootstrap nodes, defaults to 1.
1919

20+
## [0.12.2] - 2021-09-21
21+
22+
### Fixed
23+
24+
- **hot fix**: `Error: Bootstrap requires a list of peer addresses` error when using `bootstrap: true` in `Waku.create`.
25+
2026
## [0.12.1] - 2021-09-16
2127

2228
### Changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-waku",
3-
"version": "0.13.0",
3+
"version": "0.12.2",
44
"description": "TypeScript implementation of the Waku v2 protocol",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",

0 commit comments

Comments
 (0)