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

Commit 3e72947

Browse files
committed
Release commit for v5.1.3
1 parent 279ac78 commit 3e72947

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88

9+
## [5.1.3] - 2018-01-03
10+
- ``ES6`` syntax updates
11+
- Dropped Node ``5`` support
12+
- Moved babel to dev dependencies, switched to ``env`` preset
13+
- Usage of ``safe-buffer`` instead of Node ``Buffer``
14+
- Do not allow capital ``0X`` as valid address in ``isValidAddress()``
15+
- New methods ``zeroAddress()`` and ``isZeroAddress()``
16+
- Updated dependencies
17+
18+
[5.1.3]: https://github.com/ethereumjs/ethereumjs-util/compare/v5.1.2...v5.1.3
19+
920
## [5.1.2] - 2017-05-31
1021
- Add browserify for ``ES2015`` compatibility
1122
- Fix hex validation

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": "5.1.2",
3+
"version": "5.1.3",
44
"description": "a collection of utility functions for Ethereum",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)