File tree 2 files changed +10
-1
lines changed 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
(modification: no type change headlines) and this project adheres to
7
7
[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
8
8
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
+
9
18
## [ 1.5.0] - 2019-12-10
10
19
11
20
Support for the ` MuirGlacier ` HF
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ethereumjs-common" ,
3
- "version" : " 1.5.0 " ,
3
+ "version" : " 1.5.1 " ,
4
4
"description" : " Resources common to all Ethereum implementations" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments