# Changelog ## [0.0.3](https://github.com/waku-org/js-waku/compare/discovery-v0.0.2...discovery-v0.0.3) (2024-07-10) ### ⚠ BREAKING CHANGES * **filter:** return error codes instead of throwing errors ([#1971](https://github.com/waku-org/js-waku/issues/1971)) ### Features * **filter:** Return error codes instead of throwing errors ([#1971](https://github.com/waku-org/js-waku/issues/1971)) ([4eb06c6](https://github.com/waku-org/js-waku/commit/4eb06c64eb05c015e2f51e3f45a9d7143a934385)) ### Bug Fixes * Bootstrapping with default pubsub topic ([#2031](https://github.com/waku-org/js-waku/issues/2031)) ([16e9116](https://github.com/waku-org/js-waku/commit/16e9116c7cf6be876e174fe9259921c8d5397a88)) ### Dependencies * The following workspace dependencies were updated * dependencies * @waku/interfaces bumped from 0.0.24 to 0.0.25 * @waku/enr bumped from 0.0.23 to 0.0.24 * @waku/core bumped from 0.0.29 to 0.0.30 * @waku/utils bumped from 0.0.17 to 0.0.18 ## [0.0.2](https://github.com/waku-org/js-waku/compare/discovery-v0.0.1...discovery-v0.0.2) (2024-04-30) ### Bug Fixes * Add try catch to local store ([#1956](https://github.com/waku-org/js-waku/issues/1956)) ([e5e8cd5](https://github.com/waku-org/js-waku/commit/e5e8cd5e170defc1c50ec785568b92764e904dd5)) ### Dependencies * The following workspace dependencies were updated * dependencies * @waku/interfaces bumped from 0.0.23 to 0.0.24 * @waku/proto bumped from ^0.0.6 to ^0.0.7 * @waku/enr bumped from 0.0.22 to 0.0.23 * @waku/core bumped from 0.0.28 to 0.0.29 * @waku/utils bumped from 0.0.16 to 0.0.17 ## 0.0.1 (2024-04-09) ### ⚠ BREAKING CHANGES * @waku/discovery ([#1876](https://github.com/waku-org/js-waku/issues/1876)) ### Features * @waku/discovery ([#1876](https://github.com/waku-org/js-waku/issues/1876)) ([1e86c3d](https://github.com/waku-org/js-waku/commit/1e86c3d63e6532dabbe10e01376d42dc6bcb0b85)) * Peer-exchange uses error codes ([#1907](https://github.com/waku-org/js-waku/issues/1907)) ([877fe1d](https://github.com/waku-org/js-waku/commit/877fe1dc1daf6826b60ac5011af2915c47864d90)) ### Dependencies * The following workspace dependencies were updated * dependencies * @waku/interfaces bumped from 0.0.22 to 0.0.23 * @waku/enr bumped from 0.0.21 to 0.0.22 * @waku/core bumped from 0.0.27 to 0.0.28 * @waku/utils bumped from 0.0.15 to 0.0.16