mirror of https://github.com/waku-org/js-waku.git
3.1 KiB
3.1 KiB
Changelog
All notable changes to this project will be documented in this file.
The file is maintained by Release Please based on Conventional Commits specification, and this project adheres to Semantic Versioning.
0.0.8 (2023-03-23)
Bug Fixes
- @waku/create should not depend on @waku/peer-exchange (f0ac886)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @waku/core bumped from 0.0.11 to 0.0.12
- @waku/dns-discovery bumped from 0.0.6 to 0.0.7
- devDependencies
- @waku/interfaces bumped from 0.0.8 to 0.0.9
- dependencies
0.0.7 (2023-03-16)
⚠ BREAKING CHANGES
- bump typescript
- bump libp2p dependencies
Features
Bug Fixes
- Prettier and cspell ignore CHANGELOG (#1235) (4d7b3e3)
- Remove initialising peer-exchange while creating a node (#1158) (1b41569)
Miscellaneous Chores
Dependencies
- The following workspace dependencies were updated
- dependencies
- @waku/core bumped from * to 0.0.11
- @waku/dns-discovery bumped from * to 0.0.6
- @waku/peer-exchange bumped from * to 0.0.4
- devDependencies
- @waku/interfaces bumped from * to 0.0.8
- dependencies
Unreleased
Fixed
- Documentation links.
0.0.6 - 2022-12-19
Fixed
- Missing dependency declarations.
0.0.5 - 2022-12-15
Changed
- Renamed
createPrivacyNode
tocreateRelayNode
.
0.0.4 - 2022-11-18
Added
- Alpha version of
@waku/create
.