File tree Expand file tree Collapse file tree 5 files changed +34
-5
lines changed Expand file tree Collapse file tree 5 files changed +34
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages/discv5" : " 9 .0.1 " ,
3
- "packages/enr" : " 3.1 .0"
2
+ "packages/discv5" : " 10 .0.0 " ,
3
+ "packages/enr" : " 4.0 .0"
4
4
}
Original file line number Diff line number Diff line change 12
12
* dependencies
13
13
* @chainsafe/enr bumped from ^3.0.0 to ^3.1.0
14
14
15
+ ## [ 10.0.0] ( https://github.com/ChainSafe/discv5/compare/discv5-v9.0.1...discv5-v10.0.0 ) (2024-09-11)
16
+
17
+
18
+ ### ⚠ BREAKING CHANGES
19
+
20
+ * update libp2p deps ([ #295 ] ( https://github.com/ChainSafe/discv5/issues/295 ) )
21
+
22
+ ### Features
23
+
24
+ * update libp2p deps ([ #295 ] ( https://github.com/ChainSafe/discv5/issues/295 ) ) ([ ead057d] ( https://github.com/ChainSafe/discv5/commit/ead057d4a56b05003f4e683db669f18b84a5e2f7 ) )
25
+
26
+
27
+ ### Dependencies
28
+
29
+ * The following workspace dependencies were updated
30
+ * dependencies
31
+ * @chainsafe/enr bumped from ^3.1.0 to ^4.0.0
32
+
15
33
## [ 9.0.0] ( https://github.com/ChainSafe/discv5/compare/discv5-v8.0.0...discv5-v9.0.0 ) (2024-01-30)
16
34
17
35
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chainsafe/discv5" ,
3
- "version" : " 9 .0.1 " ,
3
+ "version" : " 10 .0.0 " ,
4
4
"description" : " Discovery V5" ,
5
5
"type" : " module" ,
6
6
"files" : [
66
66
"homepage" : " https://github.com/ChainSafe/discv5#readme" ,
67
67
"devDependencies" : {},
68
68
"dependencies" : {
69
- "@chainsafe/enr" : " ^3.1 .0" ,
69
+ "@chainsafe/enr" : " ^4.0 .0" ,
70
70
"@libp2p/crypto" : " ^5.0.0" ,
71
71
"@libp2p/interface" : " ^2.0.0" ,
72
72
"@multiformats/multiaddr" : " ^12.1.10" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 4.0.0] ( https://github.com/ChainSafe/discv5/compare/enr-v3.1.0...enr-v4.0.0 ) (2024-09-11)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * update libp2p deps ([ #295 ] ( https://github.com/ChainSafe/discv5/issues/295 ) )
9
+
10
+ ### Features
11
+
12
+ * update libp2p deps ([ #295 ] ( https://github.com/ChainSafe/discv5/issues/295 ) ) ([ ead057d] ( https://github.com/ChainSafe/discv5/commit/ead057d4a56b05003f4e683db669f18b84a5e2f7 ) )
13
+
3
14
## [ 3.1.0] ( https://github.com/ChainSafe/discv5/compare/enr-v3.0.0...enr-v3.1.0 ) (2024-09-04)
4
15
5
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chainsafe/enr" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 4.0 .0" ,
4
4
"description" : " Ethereum name record" ,
5
5
"type" : " module" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments