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

Commit 5d7c8b3

Browse files
authored
Merge pull request #39 from ethereumjs/new-release-v128
New release v1.2.8
2 parents 19e2b2a + 8456266 commit 5d7c8b3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ 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+
## [1.2.8] - 2019-03-20
10+
- Remove ``asyncawait`` dependency (browser compatibility),
11+
PR [#38](https://github.com/ethereumjs/ethereumjs-testing/pull/38)
12+
- Dropped Node 6 support, added Node 10 support,
13+
PR [#38](https://github.com/ethereumjs/ethereumjs-testing/pull/38)
14+
- Clean up of the ``getTests()`` function,
15+
PR [#38](https://github.com/ethereumjs/ethereumjs-testing/pull/38)
16+
17+
[1.2.8]: https://github.com/ethereumjs/ethereumjs-testing/compare/v1.2.7...v1.2.8
18+
919
## [1.2.7] - 2019-01-30
1020
Updated ``tests`` submodule to `5cef36e` (Jan 24, 2019) ``ethereum/tests`` commit
1121
which merges the PR [#582](https://github.com/ethereum/tests/pull/582)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-testing",
3-
"version": "1.2.7",
3+
"version": "1.2.8",
44
"description": "test utils for ethereumjs-*",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)