Skip to content
This repository has been archived by the owner on Dec 10, 2020. It is now read-only.

Commit

Permalink
Merge pull request #39 from ethereumjs/new-release-v128
Browse files Browse the repository at this point in the history
New release v1.2.8
  • Loading branch information
holgerd77 authored Apr 17, 2019
2 parents 19e2b2a + 8456266 commit 5d7c8b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ 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).


## [1.2.8] - 2019-03-20
- Remove ``asyncawait`` dependency (browser compatibility),
PR [#38](https://github.com/ethereumjs/ethereumjs-testing/pull/38)
- Dropped Node 6 support, added Node 10 support,
PR [#38](https://github.com/ethereumjs/ethereumjs-testing/pull/38)
- Clean up of the ``getTests()`` function,
PR [#38](https://github.com/ethereumjs/ethereumjs-testing/pull/38)

[1.2.8]: https://github.com/ethereumjs/ethereumjs-testing/compare/v1.2.7...v1.2.8

## [1.2.7] - 2019-01-30
Updated ``tests`` submodule to `5cef36e` (Jan 24, 2019) ``ethereum/tests`` commit
which merges the PR [#582](https://github.com/ethereum/tests/pull/582)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethereumjs-testing",
"version": "1.2.7",
"version": "1.2.8",
"description": "test utils for ethereumjs-*",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5d7c8b3

Please sign in to comment.