@waku/discovery 0.0.6-f599932.0 → 0.0.7-b6339f7.0

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
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.6](https://github.com/waku-org/js-waku/compare/discovery-v0.0.5...discovery-v0.0.6) (2024-10-16)
4
+
5
+
6
+ ### Features
7
+
8
+ * **filter:** Enhancing protocol peer management with mutex locks ([#2137](https://github.com/waku-org/js-waku/issues/2137)) ([b2efce5](https://github.com/waku-org/js-waku/commit/b2efce5ec27807325685cc32f9333805e6321ac7))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @waku/interfaces bumped from 0.0.27 to 0.0.28
16
+ * @waku/enr bumped from 0.0.26 to 0.0.27
17
+ * @waku/core bumped from 0.0.32 to 0.0.33
18
+ * @waku/utils bumped from 0.0.20 to 0.0.21
19
+
3
20
  ## [0.0.5](https://github.com/waku-org/js-waku/compare/discovery-v0.0.4...discovery-v0.0.5) (2024-09-05)
4
21
 
5
22