Skip to content

Commit

Permalink
v0.34.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Apr 4, 2022
1 parent e15c549 commit a6a7c9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.34.2",
"version": "0.34.3",
"stream": "true",
"command": {
"version": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/lodestar-cli",
"version": "0.34.2",
"version": "0.34.3",
"description": "Command line interface for other packages",
"author": "ChainSafe Systems",
"license": "LGPL-3.0",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@chainsafe/bls-keystore": "2.0.0",
"@chainsafe/blst": "^0.2.2",
"@chainsafe/discv5": "^0.6.7",
"@chainsafe/lodestar": "^0.34.2",
"@chainsafe/lodestar": "^0.34.3",
"@chainsafe/lodestar-api": "^0.34.2",
"@chainsafe/lodestar-beacon-state-transition": "^0.34.2",
"@chainsafe/lodestar-config": "^0.34.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/lodestar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/ChainSafe/lodestar/issues"
},
"version": "0.34.2",
"version": "0.34.3",
"main": "lib/index.js",
"files": [
"lib/**/*.d.ts",
Expand Down

0 comments on commit a6a7c9d

Please sign in to comment.