From 274af98d04fd56f2b0f168f37234d7dc9ed4faad Mon Sep 17 00:00:00 2001 From: holgerd77 Date: Wed, 15 Jul 2020 11:59:19 +0200 Subject: [PATCH] Bumped version to v6.2.1, added CHANGELOG entry --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 440e84a1..047e2fcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). +## [6.2.1] - 2020-07-17 + +This release replaces the native `secp256k1` and `keccak` dependencies with +[ethereum-cryptopgraphy](https://github.com/ethereum/js-ethereum-cryptography) +which doesn't need native compilation. + +[6.2.1]: https://github.com/ethereumjs/ethereumjs-util/compare/v6.2.0...v6.2.1 + ## [6.2.0] - 2019-11-06 This release comes with a new file structure, related functionality is now broken diff --git a/package.json b/package.json index 3c0d075c..250dfee3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethereumjs-util", - "version": "6.2.0", + "version": "6.2.1", "description": "a collection of utility functions for Ethereum", "main": "dist/index.js", "types": "./dist/index.d.ts",