mirror of https://github.com/waku-org/js-waku.git
25 lines
895 B
Markdown
25 lines
895 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
### Changed
|
|
|
|
- Renamed `createPrivacyNode` to `createRelayNode`.
|
|
|
|
## [0.0.4] - 2022-11-18
|
|
|
|
### Added
|
|
|
|
- Alpha version of `@waku/create`.
|
|
|
|
[unreleased]: https://github.com/waku-org/js-waku/compare/@waku/create@0.0.4...HEAD
|
|
[0.0.4]: https://github.com/waku-org/js-waku/compare/@waku/create@0.0.3...@waku/create@0.0.4
|
|
[0.0.3]: https://github.com/waku-org/js-waku/compare/@waku/create@0.0.2...%40waku/create@0.0.3
|
|
[0.0.2]: https://github.com/waku-org/js-waku/compare/@waku/create@0.0.1...%40waku/create@0.0.2
|
|
[0.0.1]: https://github.com/status-im/js-waku/compare/a20b7809d61ff9a9732aba82b99bbe99f229b935...%40waku/create%400.0.2
|