mirror of https://github.com/waku-org/js-waku.git
Merge pull request #302 from status-im/release/0.12.2
This commit is contained in:
commit
30e063a8eb
|
@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Upgrade libp2p libraries: @chainsafe/libp2p-noise@4.1.1, libp2p@0.32.4, libp2p-gossipsub@0.11.1.
|
||||
- Connects to a limited number of bootstrap nodes, defaults to 1.
|
||||
|
||||
## [0.12.2] - 2021-09-21
|
||||
|
||||
### Fixed
|
||||
|
||||
- **hot fix**: `Error: Bootstrap requires a list of peer addresses` error when using `bootstrap: true` in `Waku.create`.
|
||||
|
||||
## [0.12.1] - 2021-09-16
|
||||
|
||||
### Changed
|
||||
|
@ -232,6 +238,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
[Unreleased]: https://github.com/status-im/js-waku/compare/v0.13.1...HEAD
|
||||
[0.13.1]: https://github.com/status-im/js-waku/compare/v0.13.0...v0.13.1
|
||||
[0.13.0]: https://github.com/status-im/js-waku/compare/v0.12.0...v0.13.0
|
||||
[0.12.2]: https://github.com/status-im/js-waku/compare/v0.12.1...v0.12.2
|
||||
[0.12.1]: https://github.com/status-im/js-waku/compare/v0.12.0...v0.12.1
|
||||
[0.12.0]: https://github.com/status-im/js-waku/compare/v0.11.0...v0.12.0
|
||||
[0.11.0]: https://github.com/status-im/js-waku/compare/v0.10.0...v0.11.0
|
||||
|
|
Loading…
Reference in New Issue