Skip to content

Commit

Permalink
chore: release master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 25, 2024
1 parent 50cee57 commit 26e5642
Show file tree
Hide file tree
Showing 5 changed files with 36 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": "7.1.0",
"packages/enr": "2.0.2"
"packages/discv5": "8.0.0",
"packages/enr": "2.1.0"
}
24 changes: 24 additions & 0 deletions packages/discv5/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@
* dependencies
* @chainsafe/enr bumped from ^2.0.0 to ^2.0.1

## [8.0.0](https://github.com/ChainSafe/discv5/compare/discv5-v7.1.0...discv5-v8.0.0) (2024-01-25)


### ⚠ BREAKING CHANGES

* remove broadcastTalkReq ([#282](https://github.com/ChainSafe/discv5/issues/282))

### Features

* remove broadcastTalkReq ([#282](https://github.com/ChainSafe/discv5/issues/282)) ([1b70558](https://github.com/ChainSafe/discv5/commit/1b70558163bd48d7063a227c9816c74fc76247d7))
* use ethereum-cryptography for enr crypto ([#285](https://github.com/ChainSafe/discv5/issues/285)) ([50cee57](https://github.com/ChainSafe/discv5/commit/50cee57f90a88307463b90c68f4800b6d7cb793f))


### Bug Fixes

* improve error handling ([#284](https://github.com/ChainSafe/discv5/issues/284)) ([594166c](https://github.com/ChainSafe/discv5/commit/594166c1f82e497cd1c2a630dfa5ba46e93d0990))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chainsafe/enr bumped from ^2.0.2 to ^2.1.0

## [7.1.0](https://github.com/ChainSafe/discv5/compare/discv5-v7.0.1...discv5-v7.1.0) (2024-01-11)


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": "7.1.0",
"version": "8.0.0",
"description": "Discovery V5",
"type": "module",
"files": [
Expand Down Expand Up @@ -68,7 +68,7 @@
"@libp2p/peer-id-factory": "^4.0.3"
},
"dependencies": {
"@chainsafe/enr": "^2.0.2",
"@chainsafe/enr": "^2.1.0",
"@libp2p/crypto": "^3.0.4",
"@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

## [2.1.0](https://github.com/ChainSafe/discv5/compare/enr-v2.0.2...enr-v2.1.0) (2024-01-25)


### Features

* use ethereum-cryptography for enr crypto ([#285](https://github.com/ChainSafe/discv5/issues/285)) ([50cee57](https://github.com/ChainSafe/discv5/commit/50cee57f90a88307463b90c68f4800b6d7cb793f))

## [2.0.2](https://github.com/ChainSafe/discv5/compare/enr-v2.0.1...enr-v2.0.2) (2024-01-11)


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": "2.0.2",
"version": "2.1.0",
"description": "Ethereum name record",
"type": "module",
"files": [
Expand Down

0 comments on commit 26e5642

Please sign in to comment.