Skip to content

Commit

Permalink
chore: release master (#294)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 4, 2024
1 parent 31d54c9 commit ac0cc72
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/discv5": "9.0.0",
"packages/enr": "3.0.0"
"packages/discv5": "9.0.1",
"packages/enr": "3.1.0"
}
6 changes: 6 additions & 0 deletions packages/discv5/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
* dependencies
* @chainsafe/enr bumped from ^2.0.0 to ^2.0.1

### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chainsafe/enr bumped from ^3.0.0 to ^3.1.0

## [9.0.0](https://github.com/ChainSafe/discv5/compare/discv5-v8.0.0...discv5-v9.0.0) (2024-01-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/discv5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/discv5",
"version": "9.0.0",
"version": "9.0.1",
"description": "Discovery V5",
"type": "module",
"files": [
Expand Down Expand Up @@ -68,7 +68,7 @@
"@libp2p/peer-id-factory": "^4.0.3"
},
"dependencies": {
"@chainsafe/enr": "^3.0.0",
"@chainsafe/enr": "^3.1.0",
"@libp2p/crypto": "^4.0.1",
"@libp2p/interface": "^1.1.1",
"@multiformats/multiaddr": "^12.1.10",
Expand Down
7 changes: 7 additions & 0 deletions packages/enr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.1.0](https://github.com/ChainSafe/discv5/compare/enr-v3.0.0...enr-v3.1.0) (2024-09-04)


### Features

* **enr:** add quic support ([#293](https://github.com/ChainSafe/discv5/issues/293)) ([31d54c9](https://github.com/ChainSafe/discv5/commit/31d54c92466b4623c871b7eb3e1b41ea7af5e34d))

## [3.0.0](https://github.com/ChainSafe/discv5/compare/enr-v2.1.0...enr-v3.0.0) (2024-01-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/enr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/enr",
"version": "3.0.0",
"version": "3.1.0",
"description": "Ethereum name record",
"type": "module",
"files": [
Expand Down

0 comments on commit ac0cc72

Please sign in to comment.