Skip to content

Commit

Permalink
chore: release master (#298)
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 12, 2024
1 parent 992fc70 commit 8b216ff
Show file tree
Hide file tree
Showing 5 changed files with 26 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": "10.0.0",
"packages/enr": "4.0.0"
"packages/discv5": "10.0.1",
"packages/enr": "4.0.1"
}
14 changes: 14 additions & 0 deletions packages/discv5/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@
* dependencies
* @chainsafe/enr bumped from ^3.0.0 to ^3.1.0

## [10.0.1](https://github.com/ChainSafe/discv5/compare/discv5-v10.0.0...discv5-v10.0.1) (2024-09-12)


### Bug Fixes

* @libp2p/crypto publicKey creation ([#297](https://github.com/ChainSafe/discv5/issues/297)) ([992fc70](https://github.com/ChainSafe/discv5/commit/992fc70d2b91ecc9f0284f124b7035a8adca39b2))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chainsafe/enr bumped from ^4.0.0 to ^4.0.1

## [10.0.0](https://github.com/ChainSafe/discv5/compare/discv5-v9.0.1...discv5-v10.0.0) (2024-09-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": "10.0.0",
"version": "10.0.1",
"description": "Discovery V5",
"type": "module",
"files": [
Expand Down Expand Up @@ -66,7 +66,7 @@
"homepage": "https://github.com/ChainSafe/discv5#readme",
"devDependencies": {},
"dependencies": {
"@chainsafe/enr": "^4.0.0",
"@chainsafe/enr": "^4.0.1",
"@libp2p/crypto": "^5.0.1",
"@libp2p/interface": "^2.0.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

## [4.0.1](https://github.com/ChainSafe/discv5/compare/enr-v4.0.0...enr-v4.0.1) (2024-09-12)


### Bug Fixes

* @libp2p/crypto publicKey creation ([#297](https://github.com/ChainSafe/discv5/issues/297)) ([992fc70](https://github.com/ChainSafe/discv5/commit/992fc70d2b91ecc9f0284f124b7035a8adca39b2))

## [4.0.0](https://github.com/ChainSafe/discv5/compare/enr-v3.1.0...enr-v4.0.0) (2024-09-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": "4.0.0",
"version": "4.0.1",
"description": "Ethereum name record",
"type": "module",
"files": [
Expand Down

0 comments on commit 8b216ff

Please sign in to comment.