File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ 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
+ ## [ 4.0.4] - 2020-07-16
10
+
11
+ This release replaces the tiled (` ~ ` ) dependency from ` ethereumjs-util ` for a
12
+ caret (` ^ ` ) one, meaning that any update to ` ethereumjs-util ` v6 will also be
13
+ available for this library.
14
+
15
+ [ 4.0.4 ] :
https://github.com/ethereumjs/ethereumjs-vm/compare/@ethereumjs/[email protected] ...@ethereumjs/[email protected]
16
+
9
17
## [ 4.0.3] - 2019-12-19
10
18
11
19
Supports ` MuirGlacier ` by updating ` ethereumjs-block ` to
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ethereumjs-blockchain" ,
3
- "version" : " 4.0.3 " ,
3
+ "version" : " 4.0.4 " ,
4
4
"description" : " A module to store and interact with blocks" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
46
46
"ethashjs" : " ~0.0.7" ,
47
47
"ethereumjs-block" : " ~2.2.2" ,
48
48
"ethereumjs-common" : " ^1.5.0" ,
49
- "ethereumjs-util" : " ~ 6.1.0" ,
49
+ "ethereumjs-util" : " ^ 6.1.0" ,
50
50
"flow-stoplight" : " ^1.0.0" ,
51
51
"level-mem" : " ^3.0.1" ,
52
52
"lru-cache" : " ^5.1.1" ,
You can’t perform that action at this time.
0 commit comments