From 6fa5dc622343316c250c8fca3015756fe54cda67 Mon Sep 17 00:00:00 2001 From: holgerd77 Date: Sat, 29 Jun 2019 15:11:18 +0200 Subject: [PATCH] Bumped version to v4.0.1, added CHANGELOG entry --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60c0a59..ffc9a77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ 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.1] - 2019-07-01 + +- Fixes a browser-compatibility issue caused by the library using `util.callbackify`, + PR [#117](https://github.com/ethereumjs/ethereumjs-blockchain/pull/117) + +[4.0.1]: https://github.com/ethereumjs/ethereumjs-blockchain/compare/v4.0.0...v4.0.1 + ## [4.0.0] - 2019-04-26 First **TypeScript** based release of the library. `TypeScript` handles `ES6` transpilation diff --git a/package.json b/package.json index 5df3e64..c06850f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethereumjs-blockchain", - "version": "4.0.0", + "version": "4.0.1", "description": "A module to store and interact with blocks", "main": "dist/index.js", "types": "dist/index.d.ts",