js-waku/packages/create/CHANGELOG.md

2.6 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.7 (2023-03-16)

⚠ BREAKING CHANGES

  • bump typescript
  • bump libp2p dependencies

Features

  • DNS discovery as default bootstrap discovery (#1114) (11819fc)

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

Unreleased

Fixed

  • Documentation links.

0.0.6 - 2022-12-19

Fixed

  • Missing dependency declarations.

0.0.5 - 2022-12-15

Changed

  • Renamed createPrivacyNode to createRelayNode.

0.0.4 - 2022-11-18

Added

  • Alpha version of @waku/create.