@waku/enr 0.0.16 → 0.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -59,6 +59,45 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
59
59
  * devDependencies
60
60
  * @waku/interfaces bumped from 0.0.16 to 0.0.17
61
61
 
62
+ ## [0.0.18](https://github.com/waku-org/js-waku/compare/enr-v0.0.17...enr-v0.0.18) (2023-10-16)
63
+
64
+
65
+ ### Features
66
+
67
+ * Add Firefox and Webkit to karma ([#1598](https://github.com/waku-org/js-waku/issues/1598)) ([d9e4bcb](https://github.com/waku-org/js-waku/commit/d9e4bcbe3f7bcc092f20621bd362d76426701dab))
68
+ * **static-sharding:** Filter peer connections per shards ([#1626](https://github.com/waku-org/js-waku/issues/1626)) ([124a29e](https://github.com/waku-org/js-waku/commit/124a29ebba59c05fbbf199d969e6ba3f9e57d45b))
69
+
70
+
71
+ ### Dependencies
72
+
73
+ * The following workspace dependencies were updated
74
+ * dependencies
75
+ * @waku/utils bumped from 0.0.11 to 0.0.12
76
+ * devDependencies
77
+ * @waku/interfaces bumped from 0.0.18 to 0.0.19
78
+
79
+ ## [0.0.17](https://github.com/waku-org/js-waku/compare/enr-v0.0.16...enr-v0.0.17) (2023-09-11)
80
+
81
+
82
+ ### ⚠ BREAKING CHANGES
83
+
84
+ * upgrade to libp2p@0.45 ([#1400](https://github.com/waku-org/js-waku/issues/1400))
85
+ * @waku/relay ([#1316](https://github.com/waku-org/js-waku/issues/1316))
86
+
87
+ ### Features
88
+
89
+ * @waku/relay ([#1316](https://github.com/waku-org/js-waku/issues/1316)) ([50c2c25](https://github.com/waku-org/js-waku/commit/50c2c2540f3c5ff78d93f3fea646da0eee246e17))
90
+ * 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))
91
+
92
+
93
+ ### Dependencies
94
+
95
+ * The following workspace dependencies were updated
96
+ * dependencies
97
+ * @waku/utils bumped from 0.0.10 to 0.0.11
98
+ * devDependencies
99
+ * @waku/interfaces bumped from 0.0.17 to 0.0.18
100
+
62
101
  ## [0.0.15](https://github.com/waku-org/js-waku/compare/enr-v0.0.14...enr-v0.0.15) (2023-07-26)
63
102
 
64
103