Skip to content

Commit

Permalink
Prepare v4.0.4. (#818)
Browse files Browse the repository at this point in the history
This version just replaces a tilde dependency with a caret one.
  • Loading branch information
alcuadrado authored Jul 21, 2020
1 parent e0a66d7 commit e47bf3a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
(modification: no type change headlines) and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [4.0.4] - 2020-07-16

This release replaces the tiled (`~`) dependency from `ethereumjs-util` for a
caret (`^`) one, meaning that any update to `ethereumjs-util` v6 will also be
available for this library.

[4.0.4]: https://github.com/ethereumjs/ethereumjs-vm/compare/@ethereumjs/blockchain@4.0.3...@ethereumjs/blockchain@4.0.4

## [4.0.3] - 2019-12-19

Supports `MuirGlacier` by updating `ethereumjs-block` to
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethereumjs-blockchain",
"version": "4.0.3",
"version": "4.0.4",
"description": "A module to store and interact with blocks",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -46,7 +46,7 @@
"ethashjs": "~0.0.7",
"ethereumjs-block": "~2.2.2",
"ethereumjs-common": "^1.5.0",
"ethereumjs-util": "~6.1.0",
"ethereumjs-util": "^6.1.0",
"flow-stoplight": "^1.0.0",
"level-mem": "^3.0.1",
"lru-cache": "^5.1.1",
Expand Down

0 comments on commit e47bf3a

Please sign in to comment.