Skip to content

Commit

Permalink
chore: release master (#296)
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] committed Sep 11, 2024
1 parent ead057d commit df7289c
Show file tree
Hide file tree
Showing 5 changed files with 34 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.1",
"packages/enr": "3.1.0"
"packages/discv5": "10.0.0",
"packages/enr": "4.0.0"
}
18 changes: 18 additions & 0 deletions packages/discv5/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,24 @@
* dependencies
* @chainsafe/enr bumped from ^3.0.0 to ^3.1.0

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


### ⚠ BREAKING CHANGES

* update libp2p deps ([#295](https://github.com/ChainSafe/discv5/issues/295))

### Features

* update libp2p deps ([#295](https://github.com/ChainSafe/discv5/issues/295)) ([ead057d](https://github.com/ChainSafe/discv5/commit/ead057d4a56b05003f4e683db669f18b84a5e2f7))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chainsafe/enr bumped from ^3.1.0 to ^4.0.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.1",
"version": "10.0.0",
"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": "^3.1.0",
"@chainsafe/enr": "^4.0.0",
"@libp2p/crypto": "^5.0.0",
"@libp2p/interface": "^2.0.0",
"@multiformats/multiaddr": "^12.1.10",
Expand Down
11 changes: 11 additions & 0 deletions packages/enr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* update libp2p deps ([#295](https://github.com/ChainSafe/discv5/issues/295))

### Features

* update libp2p deps ([#295](https://github.com/ChainSafe/discv5/issues/295)) ([ead057d](https://github.com/ChainSafe/discv5/commit/ead057d4a56b05003f4e683db669f18b84a5e2f7))

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


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

0 comments on commit df7289c

Please sign in to comment.