Skip to content
This repository was archived by the owner on Jun 17, 2021. It is now read-only.

Commit d996942

Browse files
authored
Merge pull request #263 from ethereumjs/new-release-v621
New release v6.2.1
2 parents 5a54934 + 274af98 commit d996942

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ 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+
## [6.2.1] - 2020-07-17
10+
11+
This release replaces the native `secp256k1` and `keccak` dependencies with
12+
[ethereum-cryptopgraphy](https://github.com/ethereum/js-ethereum-cryptography)
13+
which doesn't need native compilation.
14+
15+
[6.2.1]: https://github.com/ethereumjs/ethereumjs-util/compare/v6.2.0...v6.2.1
16+
917
## [6.2.0] - 2019-11-06
1018

1119
This release comes with a new file structure, related functionality is now broken

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-util",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"description": "a collection of utility functions for Ethereum",
55
"main": "dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)