Skip to content

Commit 5697659

Browse files
chore: release master (#310)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 62c1054 commit 5697659

File tree

5 files changed

+27
-5
lines changed

5 files changed

+27
-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": "11.0.0",
3-
"packages/enr": "5.0.0"
2+
"packages/discv5": "11.0.1",
3+
"packages/enr": "5.0.1"
44
}

packages/discv5/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,21 @@
1212
* dependencies
1313
* @chainsafe/enr bumped from ^3.0.0 to ^3.1.0
1414

15+
## [11.0.1](https://github.com/ChainSafe/discv5/compare/discv5-v11.0.0...discv5-v11.0.1) (2025-04-15)
16+
17+
18+
### Bug Fixes
19+
20+
* leading zeros stripped from request id ([#312](https://github.com/ChainSafe/discv5/issues/312)) ([c6a8739](https://github.com/ChainSafe/discv5/commit/c6a87395dd7b42cb39ffb68e0c570b63d1a80dab))
21+
* SessionService should send challenge even with active challenge ([#311](https://github.com/ChainSafe/discv5/issues/311)) ([62c1054](https://github.com/ChainSafe/discv5/commit/62c10546174844bc014ed7ead8a184aa39872f3c))
22+
23+
24+
### Dependencies
25+
26+
* The following workspace dependencies were updated
27+
* dependencies
28+
* @chainsafe/enr bumped from ^5.0.0 to ^5.0.1
29+
1530
## [11.0.0](https://github.com/ChainSafe/discv5/compare/discv5-v10.0.1...discv5-v11.0.0) (2025-01-25)
1631

1732

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": "11.0.0",
3+
"version": "11.0.1",
44
"description": "Discovery V5",
55
"type": "module",
66
"files": [
@@ -66,7 +66,7 @@
6666
"homepage": "https://github.com/ChainSafe/discv5#readme",
6767
"devDependencies": {},
6868
"dependencies": {
69-
"@chainsafe/enr": "^5.0.0",
69+
"@chainsafe/enr": "^5.0.1",
7070
"@ethereumjs/rlp": "^5.0.2",
7171
"@libp2p/crypto": "^5.0.1",
7272
"@libp2p/interface": "^2.0.1",

packages/enr/CHANGELOG.md

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

3+
## [5.0.1](https://github.com/ChainSafe/discv5/compare/enr-v5.0.0...enr-v5.0.1) (2025-04-15)
4+
5+
6+
### Bug Fixes
7+
8+
* BigInt conversion bug ([#308](https://github.com/ChainSafe/discv5/issues/308)) ([585eece](https://github.com/ChainSafe/discv5/commit/585eecefb578d53edd2f288f32de18675ea589e5))
9+
310
## [5.0.0](https://github.com/ChainSafe/discv5/compare/enr-v4.0.1...enr-v5.0.0) (2025-01-25)
411

512

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": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Ethereum name record",
55
"type": "module",
66
"files": [

0 commit comments

Comments
 (0)