Skip to content

Commit 057983b

Browse files
authored
Merge pull request ethereumjs#740 from ethereumjs/common/release-v151
common: Release Common 1.5.1
2 parents b5e2958 + 2be36ad commit 057983b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/common/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
(modification: no type change headlines) and this project adheres to
77
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
88

9+
## [1.5.1] - 2020-05-04
10+
11+
This is a maintenance release.
12+
13+
- Updated bootnode definitions, and more strict checking for their values.
14+
PR [#718](https://github.com/ethereumjs/ethereumjs-vm/pull/718)
15+
16+
[1.5.1]: https://github.com/ethereumjs/ethereumjs-vm/compare/%40ethereumjs%2Fcommon%401.5.0...%40ethereumjs%2Fcommon%401.5.1
17+
918
## [1.5.0] - 2019-12-10
1019

1120
Support for the `MuirGlacier` HF

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-common",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Resources common to all Ethereum implementations",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)