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

Commit 30e9220

Browse files
authored
Merge pull request #104 from ethereumjs/new-release-v135
New release v1.3.5
2 parents 9d2302d + 6ac14d9 commit 30e9220

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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.3.5] - 2018-06-22
10+
- Include signature by default in ``FakeTransaction.hash``, PR [#97](https://github.com/ethereumjs/ethereumjs-tx/pull/97)
11+
- Fix ``FakeTransaction`` signature failure bug, PR [#94](https://github.com/ethereumjs/ethereumjs-tx/pull/94)
12+
13+
[1.3.5]: https://github.com/ethereumjs/ethereumjs-tx/compare/v1.3.4...v1.3.5
14+
915
## [1.3.4] - 2018-03-06
1016
- Fix a bug producing hash collisions on ``FakeTransaction`` for different senders, PR [#81](https://github.com/ethereumjs/ethereumjs-tx/pull/81)
1117
- Switched from deprecated ``es2015`` to ``env`` babel preset, PR [#86](https://github.com/ethereumjs/ethereumjs-tx/pull/86)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-tx",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"description": "An simple module for creating, manipulating and signing ethereum transactions",
55
"main": "es5/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)