Skip to content

Commit a07ac00

Browse files
committed
revert accidental changes
1 parent b62033a commit a07ac00

File tree

9 files changed

+0
-313
lines changed

9 files changed

+0
-313
lines changed

packages/core/CHANGELOG.md

-48
Original file line numberDiff line numberDiff line change
@@ -5,54 +5,6 @@ All notable changes to this project will be documented in this file.
55
The file is maintained by [Release Please](https://github.com/googleapis/release-please) based on [Conventional Commits](https://www.conventionalcommits.org) specification,
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.0.11](https://github.com/waku-org/js-waku/compare/core-v0.0.10...core-v0.0.11) (2023-03-16)
9-
10-
### ⚠ BREAKING CHANGES
11-
12-
- add custom events to Relay and make observers private ([#1213](https://github.com/waku-org/js-waku/issues/1213))
13-
- add exports map to @waku/utils ([#1201](https://github.com/waku-org/js-waku/issues/1201))
14-
- enable encoding of `meta` field
15-
- expose pubsub topic in `IDecodedMessage`
16-
- update store.proto
17-
- update message.proto: payload and content topic are always defined
18-
- ConnectionManager and KeepAliveManager ([#1135](https://github.com/waku-org/js-waku/issues/1135))
19-
- bump typescript
20-
- bump all prod dependencies
21-
- bump libp2p dependencies
22-
23-
### Features
24-
25-
- Add custom events to Relay and make observers private ([#1213](https://github.com/waku-org/js-waku/issues/1213)) ([275b166](https://github.com/waku-org/js-waku/commit/275b16641e620956a5f8ebbb3a8c4156149d489e))
26-
- Codec as a property of the protocol implementations ([a5ff788](https://github.com/waku-org/js-waku/commit/a5ff788eed419556e11319f22ca9e3109c81df92))
27-
- ConnectionManager and KeepAliveManager ([#1135](https://github.com/waku-org/js-waku/issues/1135)) ([24c24cc](https://github.com/waku-org/js-waku/commit/24c24cc27d83ec12de45ef3cf3d00f6eb817e4ca))
28-
- Enable encoding of `meta` field ([bd983ea](https://github.com/waku-org/js-waku/commit/bd983ea48ee73fda5a7137d5ef681965aeabb4a5))
29-
- Export `Decoder`, `Encoder` and `DecodedMessage` types from root ([da1b18d](https://github.com/waku-org/js-waku/commit/da1b18d9956259af4cb2e6f7c1f06de52b6ec3ac)), closes [#1010](https://github.com/waku-org/js-waku/issues/1010)
30-
- Expose pubsub topic in `IDecodedMessage` ([628ac50](https://github.com/waku-org/js-waku/commit/628ac50d7104ec3c1dff44db58077a85db6b6aa1)), closes [#1208](https://github.com/waku-org/js-waku/issues/1208)
31-
- **relay:** Validate waku message at gossip layer ([9684737](https://github.com/waku-org/js-waku/commit/96847374d6c61f3372a16185d9fff93e582505bb))
32-
33-
### Bug Fixes
34-
35-
- Add payload to relay ping messages to avoid poor relay peer scoring ([560c393](https://github.com/waku-org/js-waku/commit/560c39366259f9902cac7f2afd0d301c49e13f4c))
36-
- 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))
37-
- Remove initialising peer-exchange while creating a node ([#1158](https://github.com/waku-org/js-waku/issues/1158)) ([1b41569](https://github.com/waku-org/js-waku/commit/1b4156902387ea35b24b3d6f5d22e4635ea8cf18))
38-
39-
### Miscellaneous Chores
40-
41-
- 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))
42-
- Bump all prod dependencies ([88cc76d](https://github.com/waku-org/js-waku/commit/88cc76d2b811e1fa4460207f38704ecfe18fb260))
43-
- Bump libp2p dependencies ([803ae7b](https://github.com/waku-org/js-waku/commit/803ae7bd8ed3de665026446c23cde90e7eba9d36))
44-
- Bump typescript ([12d86e6](https://github.com/waku-org/js-waku/commit/12d86e6abcc68e27c39ca86b4f0dc2b68cdd6000))
45-
- Update message.proto: payload and content topic are always defined ([5cf8ed2](https://github.com/waku-org/js-waku/commit/5cf8ed2030c9efbc4c4b66aa801827482c1e4249))
46-
- Update store.proto ([967e6ff](https://github.com/waku-org/js-waku/commit/967e6ffc7ec6f780094e29599c47b723fa222dcc))
47-
48-
### Dependencies
49-
50-
- The following workspace dependencies were updated
51-
- dependencies
52-
- @waku/interfaces bumped from \* to 0.0.8
53-
- @waku/proto bumped from \* to 0.0.3
54-
- @waku/utils bumped from \* to 0.0.2
55-
568
## [Unreleased]
579

5810
### Added

packages/create/CHANGELOG.md

-31
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,6 @@ All notable changes to this project will be documented in this file.
55
The file is maintained by [Release Please](https://github.com/googleapis/release-please) based on [Conventional Commits](https://www.conventionalcommits.org) specification,
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.0.7](https://github.com/waku-org/js-waku/compare/create-v0.0.6...create-v0.0.7) (2023-03-16)
9-
10-
### ⚠ BREAKING CHANGES
11-
12-
- bump typescript
13-
- bump libp2p dependencies
14-
15-
### Features
16-
17-
- DNS discovery as default bootstrap discovery ([#1114](https://github.com/waku-org/js-waku/issues/1114)) ([11819fc](https://github.com/waku-org/js-waku/commit/11819fc7b14e18385d421facaf2af0832cad1da8))
18-
19-
### Bug Fixes
20-
21-
- 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))
22-
- Remove initialising peer-exchange while creating a node ([#1158](https://github.com/waku-org/js-waku/issues/1158)) ([1b41569](https://github.com/waku-org/js-waku/commit/1b4156902387ea35b24b3d6f5d22e4635ea8cf18))
23-
24-
### Miscellaneous Chores
25-
26-
- Bump libp2p dependencies ([803ae7b](https://github.com/waku-org/js-waku/commit/803ae7bd8ed3de665026446c23cde90e7eba9d36))
27-
- Bump typescript ([12d86e6](https://github.com/waku-org/js-waku/commit/12d86e6abcc68e27c39ca86b4f0dc2b68cdd6000))
28-
29-
### Dependencies
30-
31-
- The following workspace dependencies were updated
32-
- dependencies
33-
- @waku/core bumped from \* to 0.0.11
34-
- @waku/dns-discovery bumped from \* to 0.0.6
35-
- @waku/peer-exchange bumped from \* to 0.0.4
36-
- devDependencies
37-
- @waku/interfaces bumped from \* to 0.0.8
38-
398
## [Unreleased]
409

4110
### Fixed

packages/dns-discovery/CHANGELOG.md

-37
Original file line numberDiff line numberDiff line change
@@ -5,43 +5,6 @@ All notable changes to this project will be documented in this file.
55
The file is maintained by [Release Please](https://github.com/googleapis/release-please) based on [Conventional Commits](https://www.conventionalcommits.org) specification,
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.0.6](https://github.com/waku-org/js-waku/compare/dns-discovery-v0.0.5...dns-discovery-v0.0.6) (2023-03-16)
9-
10-
### ⚠ BREAKING CHANGES
11-
12-
- add exports map to @waku/utils ([#1201](https://github.com/waku-org/js-waku/issues/1201))
13-
- directly convert from ENR to `PeerInfo`, remove unneeded utility
14-
- extract decoder code
15-
- bump typescript
16-
- bump libp2p dependencies
17-
18-
### Features
19-
20-
- Add mocha to dns-discovery ([#1154](https://github.com/waku-org/js-waku/issues/1154)) ([f945eb9](https://github.com/waku-org/js-waku/commit/f945eb90c49bb54322c4cb58c20cfdeee72ff4f2))
21-
- DNS discovery as default bootstrap discovery ([#1114](https://github.com/waku-org/js-waku/issues/1114)) ([11819fc](https://github.com/waku-org/js-waku/commit/11819fc7b14e18385d421facaf2af0832cad1da8))
22-
23-
### Bug Fixes
24-
25-
- **dns-discovery/peer-exchange:** Check if peer is already tagged ([952aadd](https://github.com/waku-org/js-waku/commit/952aadd7bbbe1a7265c5126c1678f552bef0648d))
26-
- 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))
27-
28-
### Miscellaneous Chores
29-
30-
- 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))
31-
- Bump libp2p dependencies ([803ae7b](https://github.com/waku-org/js-waku/commit/803ae7bd8ed3de665026446c23cde90e7eba9d36))
32-
- Bump typescript ([12d86e6](https://github.com/waku-org/js-waku/commit/12d86e6abcc68e27c39ca86b4f0dc2b68cdd6000))
33-
- Directly convert from ENR to `PeerInfo`, remove unneeded utility ([6dbcde0](https://github.com/waku-org/js-waku/commit/6dbcde041ab8fa8c2df75cc25319a0eccf6b0454))
34-
- Extract decoder code ([130c49b](https://github.com/waku-org/js-waku/commit/130c49b636807063364f309da0da2a24a68f2178))
35-
36-
### Dependencies
37-
38-
- The following workspace dependencies were updated
39-
- dependencies
40-
- @waku/enr bumped from \* to 0.0.6
41-
- @waku/utils bumped from \* to 0.0.2
42-
- devDependencies
43-
- @waku/interfaces bumped from \* to 0.0.8
44-
458
## [Unreleased]
469

4710
## [0.0.5] - 2023-01-25

packages/enr/CHANGELOG.md

-34
Original file line numberDiff line numberDiff line change
@@ -5,40 +5,6 @@ All notable changes to this project will be documented in this file.
55
The file is maintained by [Release Please](https://github.com/googleapis/release-please) based on [Conventional Commits](https://www.conventionalcommits.org) specification,
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.0.6](https://github.com/waku-org/js-waku/compare/enr-v0.0.5...enr-v0.0.6) (2023-03-16)
9-
10-
### ⚠ BREAKING CHANGES
11-
12-
- add exports map to @waku/utils ([#1201](https://github.com/waku-org/js-waku/issues/1201))
13-
- directly convert from ENR to `PeerInfo`, remove unneeded utility
14-
- extract encoder code
15-
- extract decoder code
16-
- bump typescript
17-
- bump all prod dependencies
18-
- bump libp2p dependencies
19-
20-
### Bug Fixes
21-
22-
- 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))
23-
24-
### Miscellaneous Chores
25-
26-
- 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))
27-
- Bump all prod dependencies ([88cc76d](https://github.com/waku-org/js-waku/commit/88cc76d2b811e1fa4460207f38704ecfe18fb260))
28-
- Bump libp2p dependencies ([803ae7b](https://github.com/waku-org/js-waku/commit/803ae7bd8ed3de665026446c23cde90e7eba9d36))
29-
- Bump typescript ([12d86e6](https://github.com/waku-org/js-waku/commit/12d86e6abcc68e27c39ca86b4f0dc2b68cdd6000))
30-
- Directly convert from ENR to `PeerInfo`, remove unneeded utility ([6dbcde0](https://github.com/waku-org/js-waku/commit/6dbcde041ab8fa8c2df75cc25319a0eccf6b0454))
31-
- Extract decoder code ([130c49b](https://github.com/waku-org/js-waku/commit/130c49b636807063364f309da0da2a24a68f2178))
32-
- Extract encoder code ([22ffcf5](https://github.com/waku-org/js-waku/commit/22ffcf571aa3998267f0f3b59576abc38f3f4281))
33-
34-
### Dependencies
35-
36-
- The following workspace dependencies were updated
37-
- dependencies
38-
- @waku/utils bumped from \* to 0.0.2
39-
- devDependencies
40-
- @waku/interfaces bumped from \* to 0.0.8
41-
428
## [Unreleased]
439

4410
## [0.0.5] - 2023-01-25

packages/interfaces/CHANGELOG.md

-37
Original file line numberDiff line numberDiff line change
@@ -5,43 +5,6 @@ All notable changes to this project will be documented in this file.
55
The file is maintained by [Release Please](https://github.com/googleapis/release-please) based on [Conventional Commits](https://www.conventionalcommits.org) specification,
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.0.8](https://github.com/waku-org/js-waku/compare/interfaces-v0.0.7...interfaces-v0.0.8) (2023-03-16)
9-
10-
### ⚠ BREAKING CHANGES
11-
12-
- add custom events to Relay and make observers private ([#1213](https://github.com/waku-org/js-waku/issues/1213))
13-
- enable encoding of `meta` field
14-
- expose pubsub topic in `IDecodedMessage`
15-
- directly convert from ENR to `PeerInfo`, remove unneeded utility
16-
- extract encoder code
17-
- update store.proto
18-
- update message.proto: payload and content topic are always defined
19-
- ConnectionManager and KeepAliveManager ([#1135](https://github.com/waku-org/js-waku/issues/1135))
20-
- bump typescript
21-
- bump libp2p dependencies
22-
23-
### Features
24-
25-
- Add custom events to Relay and make observers private ([#1213](https://github.com/waku-org/js-waku/issues/1213)) ([275b166](https://github.com/waku-org/js-waku/commit/275b16641e620956a5f8ebbb3a8c4156149d489e))
26-
- Codec as a property of the protocol implementations ([a5ff788](https://github.com/waku-org/js-waku/commit/a5ff788eed419556e11319f22ca9e3109c81df92))
27-
- ConnectionManager and KeepAliveManager ([#1135](https://github.com/waku-org/js-waku/issues/1135)) ([24c24cc](https://github.com/waku-org/js-waku/commit/24c24cc27d83ec12de45ef3cf3d00f6eb817e4ca))
28-
- Enable encoding of `meta` field ([bd983ea](https://github.com/waku-org/js-waku/commit/bd983ea48ee73fda5a7137d5ef681965aeabb4a5))
29-
- Expose pubsub topic in `IDecodedMessage` ([628ac50](https://github.com/waku-org/js-waku/commit/628ac50d7104ec3c1dff44db58077a85db6b6aa1)), closes [#1208](https://github.com/waku-org/js-waku/issues/1208)
30-
31-
### Bug Fixes
32-
33-
- 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))
34-
- Remove initialising peer-exchange while creating a node ([#1158](https://github.com/waku-org/js-waku/issues/1158)) ([1b41569](https://github.com/waku-org/js-waku/commit/1b4156902387ea35b24b3d6f5d22e4635ea8cf18))
35-
36-
### Miscellaneous Chores
37-
38-
- Bump libp2p dependencies ([803ae7b](https://github.com/waku-org/js-waku/commit/803ae7bd8ed3de665026446c23cde90e7eba9d36))
39-
- Bump typescript ([12d86e6](https://github.com/waku-org/js-waku/commit/12d86e6abcc68e27c39ca86b4f0dc2b68cdd6000))
40-
- Directly convert from ENR to `PeerInfo`, remove unneeded utility ([6dbcde0](https://github.com/waku-org/js-waku/commit/6dbcde041ab8fa8c2df75cc25319a0eccf6b0454))
41-
- Extract encoder code ([22ffcf5](https://github.com/waku-org/js-waku/commit/22ffcf571aa3998267f0f3b59576abc38f3f4281))
42-
- Update message.proto: payload and content topic are always defined ([5cf8ed2](https://github.com/waku-org/js-waku/commit/5cf8ed2030c9efbc4c4b66aa801827482c1e4249))
43-
- Update store.proto ([967e6ff](https://github.com/waku-org/js-waku/commit/967e6ffc7ec6f780094e29599c47b723fa222dcc))
44-
458
## [Unreleased]
469

4710
### Added

packages/message-encryption/CHANGELOG.md

-35
Original file line numberDiff line numberDiff line change
@@ -5,41 +5,6 @@ All notable changes to this project will be documented in this file.
55
The file is maintained by [Release Please](https://github.com/googleapis/release-please) based on [Conventional Commits](https://www.conventionalcommits.org) specification,
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.0.10](https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.9...message-encryption-v0.0.10) (2023-03-16)
9-
10-
### ⚠ BREAKING CHANGES
11-
12-
- add exports map to @waku/utils ([#1201](https://github.com/waku-org/js-waku/issues/1201))
13-
- enable encoding of `meta` field
14-
- expose pubsub topic in `IDecodedMessage`
15-
- update message.proto: payload and content topic are always defined
16-
- bump typescript
17-
18-
### Features
19-
20-
- Enable encoding of `meta` field ([bd983ea](https://github.com/waku-org/js-waku/commit/bd983ea48ee73fda5a7137d5ef681965aeabb4a5))
21-
- Export `Decoder`, `Encoder` and `DecodedMessage` types from root ([da1b18d](https://github.com/waku-org/js-waku/commit/da1b18d9956259af4cb2e6f7c1f06de52b6ec3ac)), closes [#1010](https://github.com/waku-org/js-waku/issues/1010)
22-
- Expose pubsub topic in `IDecodedMessage` ([628ac50](https://github.com/waku-org/js-waku/commit/628ac50d7104ec3c1dff44db58077a85db6b6aa1)), closes [#1208](https://github.com/waku-org/js-waku/issues/1208)
23-
24-
### Bug Fixes
25-
26-
- 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))
27-
28-
### Miscellaneous Chores
29-
30-
- 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))
31-
- Bump typescript ([12d86e6](https://github.com/waku-org/js-waku/commit/12d86e6abcc68e27c39ca86b4f0dc2b68cdd6000))
32-
- Update message.proto: payload and content topic are always defined ([5cf8ed2](https://github.com/waku-org/js-waku/commit/5cf8ed2030c9efbc4c4b66aa801827482c1e4249))
33-
34-
### Dependencies
35-
36-
- The following workspace dependencies were updated
37-
- dependencies
38-
- @waku/core bumped from \* to 0.0.11
39-
- @waku/interfaces bumped from \* to 0.0.8
40-
- @waku/proto bumped from \* to 0.0.3
41-
- @waku/utils bumped from \* to 0.0.2
42-
438
## [Unreleased]
449

4510
### Changed

packages/peer-exchange/CHANGELOG.md

-40
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,5 @@
11
# Changelog
22

3-
## [0.0.4](https://github.com/waku-org/js-waku/compare/peer-exchange-v0.0.3...peer-exchange-v0.0.4) (2023-03-16)
4-
5-
### ⚠ BREAKING CHANGES
6-
7-
- directly convert from ENR to `PeerInfo`, remove unneeded utility
8-
- extract decoder code
9-
- bump typescript
10-
- bump all prod dependencies
11-
- bump libp2p dependencies
12-
13-
### Features
14-
15-
- Codec as a property of the protocol implementations ([a5ff788](https://github.com/waku-org/js-waku/commit/a5ff788eed419556e11319f22ca9e3109c81df92))
16-
- DNS discovery as default bootstrap discovery ([#1114](https://github.com/waku-org/js-waku/issues/1114)) ([11819fc](https://github.com/waku-org/js-waku/commit/11819fc7b14e18385d421facaf2af0832cad1da8))
17-
18-
### Bug Fixes
19-
20-
- **dns-discovery/peer-exchange:** Check if peer is already tagged ([952aadd](https://github.com/waku-org/js-waku/commit/952aadd7bbbe1a7265c5126c1678f552bef0648d))
21-
- 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))
22-
- Remove initialising peer-exchange while creating a node ([#1158](https://github.com/waku-org/js-waku/issues/1158)) ([1b41569](https://github.com/waku-org/js-waku/commit/1b4156902387ea35b24b3d6f5d22e4635ea8cf18))
23-
24-
### Miscellaneous Chores
25-
26-
- Bump all prod dependencies ([88cc76d](https://github.com/waku-org/js-waku/commit/88cc76d2b811e1fa4460207f38704ecfe18fb260))
27-
- Bump libp2p dependencies ([803ae7b](https://github.com/waku-org/js-waku/commit/803ae7bd8ed3de665026446c23cde90e7eba9d36))
28-
- Bump typescript ([12d86e6](https://github.com/waku-org/js-waku/commit/12d86e6abcc68e27c39ca86b4f0dc2b68cdd6000))
29-
- Directly convert from ENR to `PeerInfo`, remove unneeded utility ([6dbcde0](https://github.com/waku-org/js-waku/commit/6dbcde041ab8fa8c2df75cc25319a0eccf6b0454))
30-
- Extract decoder code ([130c49b](https://github.com/waku-org/js-waku/commit/130c49b636807063364f309da0da2a24a68f2178))
31-
32-
### Dependencies
33-
34-
- The following workspace dependencies were updated
35-
- dependencies
36-
- @waku/enr bumped from \* to 0.0.6
37-
- @waku/proto bumped from \* to 0.0.3
38-
- devDependencies
39-
- @waku/interfaces bumped from \* to 0.0.8
40-
41-
## Changelog
42-
433
All notable changes to this project will be documented in this file.
444

455
The file is maintained by [Release Please](https://github.com/googleapis/release-please) based on [Conventional Commits](https://www.conventionalcommits.org) specification,

packages/proto/CHANGELOG.md

-29
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,5 @@
11
# Changelog
22

3-
## [0.0.3](https://github.com/waku-org/js-waku/compare/proto-v0.0.2...proto-v0.0.3) (2023-03-16)
4-
5-
### ⚠ BREAKING CHANGES
6-
7-
- enable encoding of `meta` field
8-
- update store.proto
9-
- update message.proto: payload and content topic are always defined
10-
- bump protons from 5.1.0 to 7.0.2
11-
- bump typescript
12-
- bump all prod dependencies
13-
14-
### Features
15-
16-
- Enable encoding of `meta` field ([bd983ea](https://github.com/waku-org/js-waku/commit/bd983ea48ee73fda5a7137d5ef681965aeabb4a5))
17-
18-
### Bug Fixes
19-
20-
- 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))
21-
22-
### Miscellaneous Chores
23-
24-
- Bump all prod dependencies ([88cc76d](https://github.com/waku-org/js-waku/commit/88cc76d2b811e1fa4460207f38704ecfe18fb260))
25-
- Bump protons from 5.1.0 to 7.0.2 ([2f2d266](https://github.com/waku-org/js-waku/commit/2f2d266e8180cd1e7b89a7e261a33f87acce6ed2))
26-
- Bump typescript ([12d86e6](https://github.com/waku-org/js-waku/commit/12d86e6abcc68e27c39ca86b4f0dc2b68cdd6000))
27-
- Update message.proto: payload and content topic are always defined ([5cf8ed2](https://github.com/waku-org/js-waku/commit/5cf8ed2030c9efbc4c4b66aa801827482c1e4249))
28-
- Update store.proto ([967e6ff](https://github.com/waku-org/js-waku/commit/967e6ffc7ec6f780094e29599c47b723fa222dcc))
29-
30-
## Changelog
31-
323
All notable changes to this project will be documented in this file.
334

345
The file is maintained by [Release Please](https://github.com/googleapis/release-please) based on [Conventional Commits](https://www.conventionalcommits.org) specification,

0 commit comments

Comments
 (0)