File tree Expand file tree Collapse file tree 5 files changed +18
-5
lines changed Expand file tree Collapse file tree 5 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "packages/discv5" : " 9.0.0 " ,
3
- "packages/enr" : " 3.0 .0"
2
+ "packages/discv5" : " 9.0.1 " ,
3
+ "packages/enr" : " 3.1 .0"
4
4
}
Original file line number Diff line number Diff line change 6
6
* dependencies
7
7
* @chainsafe/enr bumped from ^2.0.0 to ^2.0.1
8
8
9
+ ### Dependencies
10
+
11
+ * The following workspace dependencies were updated
12
+ * dependencies
13
+ * @chainsafe/enr bumped from ^3.0.0 to ^3.1.0
14
+
9
15
## [ 9.0.0] ( https://github.com/ChainSafe/discv5/compare/discv5-v8.0.0...discv5-v9.0.0 ) (2024-01-30)
10
16
11
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chainsafe/discv5" ,
3
- "version" : " 9.0.0 " ,
3
+ "version" : " 9.0.1 " ,
4
4
"description" : " Discovery V5" ,
5
5
"type" : " module" ,
6
6
"files" : [
68
68
"@libp2p/peer-id-factory" : " ^4.0.3"
69
69
},
70
70
"dependencies" : {
71
- "@chainsafe/enr" : " ^3.0 .0" ,
71
+ "@chainsafe/enr" : " ^3.1 .0" ,
72
72
"@libp2p/crypto" : " ^4.0.1" ,
73
73
"@libp2p/interface" : " ^1.1.1" ,
74
74
"@multiformats/multiaddr" : " ^12.1.10" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 3.1.0] ( https://github.com/ChainSafe/discv5/compare/enr-v3.0.0...enr-v3.1.0 ) (2024-09-04)
4
+
5
+
6
+ ### Features
7
+
8
+ * ** enr:** add quic support ([ #293 ] ( https://github.com/ChainSafe/discv5/issues/293 ) ) ([ 31d54c9] ( https://github.com/ChainSafe/discv5/commit/31d54c92466b4623c871b7eb3e1b41ea7af5e34d ) )
9
+
3
10
## [ 3.0.0] ( https://github.com/ChainSafe/discv5/compare/enr-v2.1.0...enr-v3.0.0 ) (2024-01-30)
4
11
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chainsafe/enr" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .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