Skip to content

Commit 3c50f06

Browse files
chore: release master (#319)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fe2e35e commit 3c50f06

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.3",
2+
"packages/discv5": "11.0.4",
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.4](https://github.com/ChainSafe/discv5/compare/discv5-v11.0.3...discv5-v11.0.4) (2025-09-10)
16+
17+
18+
### Bug Fixes
19+
20+
* allow IPv4 and IPv6 to bind to the same port in dual-stack mode ([#318](https://github.com/ChainSafe/discv5/issues/318)) ([fe2e35e](https://github.com/ChainSafe/discv5/commit/fe2e35eb629a468c3cc986914e1f000b9b4f8691))
21+
1522
## [11.0.3](https://github.com/ChainSafe/discv5/compare/discv5-v11.0.2...discv5-v11.0.3) (2025-08-12)
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.3",
3+
"version": "11.0.4",
44
"description": "Discovery V5",
55
"type": "module",
66
"files": [

0 commit comments

Comments
 (0)