Skip to content

Commit 975cb19

Browse files
chore: release master (#314)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a9dd2d4 commit 975cb19

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/discv5": "11.0.1",
2+
"packages/discv5": "11.0.2",
33
"packages/enr": "5.0.1"
44
}

packages/discv5/CHANGELOG.md

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

15+
## [11.0.2](https://github.com/ChainSafe/discv5/compare/discv5-v11.0.1...discv5-v11.0.2) (2025-04-23)
16+
17+
18+
### Bug Fixes
19+
20+
* should not respond to oversized id ([#313](https://github.com/ChainSafe/discv5/issues/313)) ([a9dd2d4](https://github.com/ChainSafe/discv5/commit/a9dd2d4076743c64e78350972aa35ed784790e6c))
21+
1522
## [11.0.1](https://github.com/ChainSafe/discv5/compare/discv5-v11.0.0...discv5-v11.0.1) (2025-04-15)
1623

1724

packages/discv5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/discv5",
3-
"version": "11.0.1",
3+
"version": "11.0.2",
44
"description": "Discovery V5",
55
"type": "module",
66
"files": [

0 commit comments

Comments
 (0)