Skip to content

Commit

Permalink
chore: release master (#272)
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 Nov 29, 2023
1 parent 0e1c632 commit ebf2cc1
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": "6.0.0",
"packages/enr": "1.0.1"
"packages/discv5": "6.1.0",
"packages/enr": "1.1.0"
}
14 changes: 14 additions & 0 deletions packages/discv5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [6.1.0](https://github.com/ChainSafe/discv5/compare/discv5-v6.0.0...discv5-v6.1.0) (2023-11-29)


### Features

* create separate enr package ([#267](https://github.com/ChainSafe/discv5/issues/267)) ([2fa061b](https://github.com/ChainSafe/discv5/commit/2fa061bded9bdc5a2383b02db42cb08f8330ac00))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @chainsafe/enr bumped from ^1.0.1 to ^1.1.0

## [6.0.0](https://github.com/ChainSafe/discv5/compare/discv5-v5.1.2...discv5-v6.0.0) (2023-11-29)


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": "6.0.0",
"version": "6.1.0",
"description": "Discovery V5",
"type": "module",
"files": [
Expand Down Expand Up @@ -69,7 +69,7 @@
"@types/lru-cache": "^5.1.1"
},
"dependencies": {
"@chainsafe/enr": "^1.0.1",
"@chainsafe/enr": "^1.1.0",
"@libp2p/crypto": "^2.0.0",
"@libp2p/interface": "^0.1.2",
"@multiformats/multiaddr": "^12.1.3",
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

## [1.1.0](https://github.com/ChainSafe/discv5/compare/enr-v1.0.1...enr-v1.1.0) (2023-11-29)


### Features

* create separate enr package ([#267](https://github.com/ChainSafe/discv5/issues/267)) ([2fa061b](https://github.com/ChainSafe/discv5/commit/2fa061bded9bdc5a2383b02db42cb08f8330ac00))

## [1.0.1](https://github.com/ChainSafe/discv5/compare/enr-v0.1.0...enr-v1.0.1) (2023-11-29)


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

0 comments on commit ebf2cc1

Please sign in to comment.