From 1a96b69dfa1b19fad2e1ed78beb1ed6022c44d45 Mon Sep 17 00:00:00 2001 From: holgerd77 Date: Sat, 3 Feb 2018 21:29:06 +0100 Subject: [PATCH] Bumped version to v5.1.4, added CHANGELOG entry --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5de962c4..a89e158c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ 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). +## [5.1.4] - 2018-02-03 +- Moved to ``ES5`` Node distribution version for easier toolchain integration, PR [#114](https://github.com/ethereumjs/ethereumjs-util/pull/114) +- Updated ``isPrecompile()`` with Byzantium precompile address range, PR [#115](https://github.com/ethereumjs/ethereumjs-util/pull/115) + +[5.1.4]: https://github.com/ethereumjs/ethereumjs-util/compare/v5.1.3...v5.1.4 + ## [5.1.3] - 2018-01-03 - ``ES6`` syntax updates - Dropped Node ``5`` support diff --git a/package.json b/package.json index 956d6197..f82cf469 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethereumjs-util", - "version": "5.1.3", + "version": "5.1.4", "description": "a collection of utility functions for Ethereum", "main": "dist/index.js", "files": [