From 01fb9d10966d3f5d1ff804da5bf732b1b6b03a8a Mon Sep 17 00:00:00 2001 From: Vinay Pulim Date: Fri, 26 Oct 2018 10:25:54 -0400 Subject: [PATCH] Bumped version to v3.3.1, added CHANGELOG entry --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69e1f84..8b2163b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [3.3.1] - 2018-10-26 +- Replaced calls to BN.toBuffer() with BN.toArrayLike() so that ``ethereumjs-blockchain`` can run in a browser environment, PR [#73](https://github.com/ethereumjs/ethereumjs-blockchain/pull/73) + +[3.3.1]: https://github.com/ethereumjs/ethereumjs-blockchain/compare/v3.3.0...v3.3.1 + ## [3.3.0] - 2018-10-19 - Constantinople support when using block validation (set with ``opts.validate`` in constructor), update to a Constantinople-ready version of the ``ethereumjs-block`` dependency (>2.1.0), PR [#71](https://github.com/ethereumjs/ethereumjs-blockchain/pull/71) diff --git a/package.json b/package.json index 3391cab..0313809 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethereumjs-blockchain", - "version": "3.3.0", + "version": "3.3.1", "description": "A module to store and interact with blocks", "main": "index.js", "scripts": {