2023-02-14 01:11:40 +01:00
# Changelog
2023-06-17 09:26:12 +10:00
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @waku/interfaces bumped from 0.0.14 to 0.0.15
2023-07-27 05:47:04 +10:00
## [0.0.9](https://github.com/waku-org/js-waku/compare/utils-v0.0.8...utils-v0.0.9) (2023-07-26)
### ⚠ BREAKING CHANGES
* upgrade to libp2p@0 .45 ([#1400 ](https://github.com/waku-org/js-waku/issues/1400 ))
### Features
* Upgrade to libp2p@0 .45 ([#1400 ](https://github.com/waku-org/js-waku/issues/1400 )) ([420e6c6 ](https://github.com/waku-org/js-waku/commit/420e6c698dd8f44d40d34e47d876da5d2e1ce85e ))
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @waku/interfaces bumped from 0.0.15 to 0.0.16
2023-06-02 05:50:52 +10:00
## [0.0.7](https://github.com/waku-org/js-waku/compare/utils-v0.0.6...utils-v0.0.7) (2023-05-26)
### ⚠ BREAKING CHANGES
* filter v2 ([#1332 ](https://github.com/waku-org/js-waku/issues/1332 ))
### Features
* Filter v2 ([#1332 ](https://github.com/waku-org/js-waku/issues/1332 )) ([8d0e647 ](https://github.com/waku-org/js-waku/commit/8d0e64796695fbafad0a033552eb4412bdff3d78 ))
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @waku/interfaces bumped from 0.0.13 to 0.0.14
2023-05-19 21:38:52 +10:00
## [0.0.6](https://github.com/waku-org/js-waku/compare/utils-v0.0.5...utils-v0.0.6) (2023-05-18)
### ⚠ BREAKING CHANGES
* @waku/relay ([#1316 ](https://github.com/waku-org/js-waku/issues/1316 ))
### Features
* @waku/relay ([#1316 ](https://github.com/waku-org/js-waku/issues/1316 )) ([50c2c25 ](https://github.com/waku-org/js-waku/commit/50c2c2540f3c5ff78d93f3fea646da0eee246e17 ))
* Add 1MB restriction to LightPush and Relay ([#1351 ](https://github.com/waku-org/js-waku/issues/1351 )) ([72f97d4 ](https://github.com/waku-org/js-waku/commit/72f97d4545512f92936b1a9b50fa0b53f8603f9d ))
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @waku/interfaces bumped from * to 0.0.13
2023-05-10 04:54:20 +10:00
## [0.0.5](https://github.com/waku-org/js-waku/compare/utils-v0.0.4...utils-v0.0.5) (2023-05-09)
### Features
* ToSubscriptionIterator impl for IReceiver ([#1307 ](https://github.com/waku-org/js-waku/issues/1307 )) ([7daa9d0 ](https://github.com/waku-org/js-waku/commit/7daa9d05bf44b33296b56df214f5d5901887a129 ))
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @waku/interfaces bumped from * to 0.0.12
2023-04-03 16:15:39 +10:00
## [0.0.4](https://github.com/waku-org/js-waku/compare/utils-v0.0.3...utils-v0.0.4) (2023-04-03)
### Bug Fixes
* **utils:** Typescript to able to find types ([03c9cac ](https://github.com/waku-org/js-waku/commit/03c9cac3d0f0167dee3b99d3945d96648bdb8685 ))
2023-03-25 10:22:44 +11:00
## [0.0.3](https://github.com/waku-org/js-waku/compare/utils-v0.0.2...utils-v0.0.3) (2023-03-24)
### Bug Fixes
* **utils:** Include all ts files ([#1267 ](https://github.com/waku-org/js-waku/issues/1267 )) ([c284159 ](https://github.com/waku-org/js-waku/commit/c284159ac8eab5bed2313fa5bc7fbea0e83d390f ))
2023-03-17 06:29:40 +11:00
## [0.0.2](https://github.com/waku-org/js-waku/compare/utils-v0.0.1...utils-v0.0.2) (2023-03-16)
### ⚠ BREAKING CHANGES
* add exports map to @waku/utils ([#1201 ](https://github.com/waku-org/js-waku/issues/1201 ))
* directly convert from ENR to `PeerInfo` , remove unneeded utility
* bump typescript
* bump libp2p dependencies
### Bug Fixes
* Prettier and cspell ignore CHANGELOG ([#1235 ](https://github.com/waku-org/js-waku/issues/1235 )) ([4d7b3e3 ](https://github.com/waku-org/js-waku/commit/4d7b3e39e6761afaf5d05a13cc4b3c23e15f9bd5 ))
### Miscellaneous Chores
* Add exports map to @waku/utils ([#1201 ](https://github.com/waku-org/js-waku/issues/1201 )) ([a30b2bd ](https://github.com/waku-org/js-waku/commit/a30b2bd747dedeef69b46cfafb88898ba35d8f67 ))
* Bump libp2p dependencies ([803ae7b ](https://github.com/waku-org/js-waku/commit/803ae7bd8ed3de665026446c23cde90e7eba9d36 ))
* Bump typescript ([12d86e6 ](https://github.com/waku-org/js-waku/commit/12d86e6abcc68e27c39ca86b4f0dc2b68cdd6000 ))
* Directly convert from ENR to `PeerInfo` , remove unneeded utility ([6dbcde0 ](https://github.com/waku-org/js-waku/commit/6dbcde041ab8fa8c2df75cc25319a0eccf6b0454 ))
## Changelog
2023-02-14 01:11:40 +01:00
All notable changes to this project will be documented in this file.
The file is maintained by [Release Please ](https://github.com/googleapis/release-please ) based on [Conventional Commits ](https://www.conventionalcommits.org ) specification,
and this project adheres to [Semantic Versioning ](https://semver.org/spec/v2.0.0.html ).