Skip to content

Commit 628876d

Browse files
chore: release master (#289)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ae750eb commit 628876d

File tree

5 files changed

+55
-5
lines changed

5 files changed

+55
-5
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/discv5": "8.0.0",
3-
"packages/enr": "2.1.0"
2+
"packages/discv5": "9.0.0",
3+
"packages/enr": "3.0.0"
44
}

packages/discv5/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,35 @@
66
* dependencies
77
* @chainsafe/enr bumped from ^2.0.0 to ^2.0.1
88

9+
## [9.0.0](https://github.com/ChainSafe/discv5/compare/discv5-v8.0.0...discv5-v9.0.0) (2024-01-30)
10+
11+
12+
### ⚠ BREAKING CHANGES
13+
14+
* remove broadcastTalkReq ([#282](https://github.com/ChainSafe/discv5/issues/282))
15+
* update dependencies ([#273](https://github.com/ChainSafe/discv5/issues/273))
16+
17+
### Features
18+
19+
* create separate enr package ([#267](https://github.com/ChainSafe/discv5/issues/267)) ([2fa061b](https://github.com/ChainSafe/discv5/commit/2fa061bded9bdc5a2383b02db42cb08f8330ac00))
20+
* remove broadcastTalkReq ([#282](https://github.com/ChainSafe/discv5/issues/282)) ([1b70558](https://github.com/ChainSafe/discv5/commit/1b70558163bd48d7063a227c9816c74fc76247d7))
21+
* type safe metric labels ([#278](https://github.com/ChainSafe/discv5/issues/278)) ([acb4792](https://github.com/ChainSafe/discv5/commit/acb479222617f72aae1e9fc35e943eecc5b0ca06))
22+
* use ethereum-cryptography for enr crypto ([#285](https://github.com/ChainSafe/discv5/issues/285)) ([50cee57](https://github.com/ChainSafe/discv5/commit/50cee57f90a88307463b90c68f4800b6d7cb793f))
23+
24+
25+
### Bug Fixes
26+
27+
* improve error handling ([#284](https://github.com/ChainSafe/discv5/issues/284)) ([594166c](https://github.com/ChainSafe/discv5/commit/594166c1f82e497cd1c2a630dfa5ba46e93d0990))
28+
* update dependencies ([#273](https://github.com/ChainSafe/discv5/issues/273)) ([f44d428](https://github.com/ChainSafe/discv5/commit/f44d428bdb39cf469d4d22ffef09a0958381a4c3))
29+
* update libp2p crypto ([#287](https://github.com/ChainSafe/discv5/issues/287)) ([d318cac](https://github.com/ChainSafe/discv5/commit/d318cac154c96348fe2e02bbecc668be390114b1))
30+
31+
32+
### Dependencies
33+
34+
* The following workspace dependencies were updated
35+
* dependencies
36+
* @chainsafe/enr bumped from ^2.1.0 to ^3.0.0
37+
938
## [8.0.0](https://github.com/ChainSafe/discv5/compare/discv5-v7.1.0...discv5-v8.0.0) (2024-01-25)
1039

1140

packages/discv5/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/discv5",
3-
"version": "8.0.0",
3+
"version": "9.0.0",
44
"description": "Discovery V5",
55
"type": "module",
66
"files": [
@@ -68,7 +68,7 @@
6868
"@libp2p/peer-id-factory": "^4.0.3"
6969
},
7070
"dependencies": {
71-
"@chainsafe/enr": "^2.1.0",
71+
"@chainsafe/enr": "^3.0.0",
7272
"@libp2p/crypto": "^4.0.1",
7373
"@libp2p/interface": "^1.1.1",
7474
"@multiformats/multiaddr": "^12.1.10",

packages/enr/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/ChainSafe/discv5/compare/enr-v2.1.0...enr-v3.0.0) (2024-01-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update dependencies ([#273](https://github.com/ChainSafe/discv5/issues/273))
9+
10+
### Features
11+
12+
* constrain usage of Buffer in enr package ([#286](https://github.com/ChainSafe/discv5/issues/286)) ([5351f87](https://github.com/ChainSafe/discv5/commit/5351f87ed7cd6cb28524359080fe516be544d1c1))
13+
* create separate enr package ([#267](https://github.com/ChainSafe/discv5/issues/267)) ([2fa061b](https://github.com/ChainSafe/discv5/commit/2fa061bded9bdc5a2383b02db42cb08f8330ac00))
14+
* use ethereum-cryptography for enr crypto ([#285](https://github.com/ChainSafe/discv5/issues/285)) ([50cee57](https://github.com/ChainSafe/discv5/commit/50cee57f90a88307463b90c68f4800b6d7cb793f))
15+
16+
17+
### Bug Fixes
18+
19+
* coerce Buffers in bcrypto crypto ([#275](https://github.com/ChainSafe/discv5/issues/275)) ([67971f7](https://github.com/ChainSafe/discv5/commit/67971f727270e7e616e140ea726c67ce889c218f))
20+
* fix benchmarking ([#281](https://github.com/ChainSafe/discv5/issues/281)) ([da1461b](https://github.com/ChainSafe/discv5/commit/da1461b4ea586a3bdf084b950c949fc844b67468))
21+
* update dependencies ([#273](https://github.com/ChainSafe/discv5/issues/273)) ([f44d428](https://github.com/ChainSafe/discv5/commit/f44d428bdb39cf469d4d22ffef09a0958381a4c3))
22+
* update libp2p crypto ([#287](https://github.com/ChainSafe/discv5/issues/287)) ([d318cac](https://github.com/ChainSafe/discv5/commit/d318cac154c96348fe2e02bbecc668be390114b1))
23+
324
## [2.1.0](https://github.com/ChainSafe/discv5/compare/enr-v2.0.2...enr-v2.1.0) (2024-01-25)
425

526

packages/enr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/enr",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"description": "Ethereum name record",
55
"type": "module",
66
"files": [

0 commit comments

Comments
 (0)