Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit 6fa5dc6

Browse files
committed
Bumped version to v4.0.1, added CHANGELOG entry
1 parent b100425 commit 6fa5dc6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ 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.1] - 2019-07-01
10+
11+
- Fixes a browser-compatibility issue caused by the library using `util.callbackify`,
12+
PR [#117](https://github.com/ethereumjs/ethereumjs-blockchain/pull/117)
13+
14+
[4.0.1]: https://github.com/ethereumjs/ethereumjs-blockchain/compare/v4.0.0...v4.0.1
15+
916
## [4.0.0] - 2019-04-26
1017

1118
First **TypeScript** based release of the library. `TypeScript` handles `ES6` transpilation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-blockchain",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "A module to store and interact with blocks",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)