Skip to content

Commit e47bf3a

Browse files
authored
Prepare v4.0.4. (ethereumjs#818)
This version just replaces a tilde dependency with a caret one.
1 parent e0a66d7 commit e47bf3a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ 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+
## [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+
917
## [4.0.3] - 2019-12-19
1018

1119
Supports `MuirGlacier` by updating `ethereumjs-block` to

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-blockchain",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "A module to store and interact with blocks",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -46,7 +46,7 @@
4646
"ethashjs": "~0.0.7",
4747
"ethereumjs-block": "~2.2.2",
4848
"ethereumjs-common": "^1.5.0",
49-
"ethereumjs-util": "~6.1.0",
49+
"ethereumjs-util": "^6.1.0",
5050
"flow-stoplight": "^1.0.0",
5151
"level-mem": "^3.0.1",
5252
"lru-cache": "^5.1.1",

0 commit comments

Comments
 (0)